From ff53a0284adb5c18b65eb86279cd85b4ff562861 Mon Sep 17 00:00:00 2001 From: Vincent Danjean Date: Thu, 21 Jun 2012 10:01:00 +0200 Subject: Use automake support to install docs It is shorter, cleaner and "make uninstall" support comes for free --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v0.12