summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorVincent Danjean <Vincent.Danjean@ens-lyon.org>2012-06-21 08:01:00 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-10 22:16:24 (GMT)
commitf12f3c96916a12c2e80e9ce6890ec839f56b2a39 (patch)
treeed1be2363563d008ad548f492d615a5d983732c2 /Makefile.am
parente841d5f8ecd0904df9242b5dc866ba6bbbc7d95d (diff)
downloadpatchelf-f12f3c96916a12c2e80e9ce6890ec839f56b2a39.zip
patchelf-f12f3c96916a12c2e80e9ce6890ec839f56b2a39.tar.gz
patchelf-f12f3c96916a12c2e80e9ce6890ec839f56b2a39.tar.bz2
Use automake support to install docs
It is shorter, cleaner and "make uninstall" support comes for free
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
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