diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 4bb3279..aa0d513 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,4 @@ EXTRA_DIST = COPYING README patchelf.spec version $(man1_MANS) man1_MANS = patchelf.1 -install-data-local: - $(INSTALL) -d $(DESTDIR)$(docdir) - $(INSTALL_DATA) $(top_srcdir)/README $(DESTDIR)$(docdir)/ +doc_DATA = README |