summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-11-12 16:32:39 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-11-12 16:32:39 +0000
commite9f9e6d4a2bc3dbe68387f14083aaca133241bb6 (patch)
tree00de2d7d24ca589015a7d643cfc5832e2211b007 /Makefile.am
parent2c55eab22f41c72024858521b03d492906724d7b (diff)
downloadpatchelf-e9f9e6d4a2bc3dbe68387f14083aaca133241bb6.tar.gz
* Typo fix.
* Install the README.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f17304..46f6d1c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,3 +4,7 @@ EXTRA_DIST = COPYING README patchelf.spec patchelf.spec.in
patchelf.spec: patchelf.spec.in
sed -e "s^@version\@^$(VERSION)^g" < patchelf.spec.in > patchelf.spec
+
+install-data-local:
+ $(INSTALL) -d $(DESTDIR)$(docdir)
+ $(INSTALL_DATA) README $(DESTDIR)$(docdir)/