aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-08-13 12:56:47 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-08-13 12:56:47 +0300
commit5aa4678b2342dcfc1d2b31aa9fa4f39c539e4b61 (patch)
treed3fc6c7ff4899626dd40082ae5c436bc44d09225 /src
parentAdd lzmainfo for backward compatibility with LZMA Utils. (diff)
downloadxz-5aa4678b2342dcfc1d2b31aa9fa4f39c539e4b61.tar.xz
Fix xz Makefile.am for the man page.
install-exec-hook -> install-data-hook
Diffstat (limited to '')
-rw-r--r--src/xz/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xz/Makefile.am b/src/xz/Makefile.am
index 773654e9..ccdc66ca 100644
--- a/src/xz/Makefile.am
+++ b/src/xz/Makefile.am
@@ -73,6 +73,8 @@ install-exec-hook:
rm -f $$link && \
$(LN_S) $$target $$link; \
done
+
+install-data-hook:
cd $(DESTDIR)$(mandir)/man1 && \
target=`echo xz | sed '$(transform)'` && \
for name in $(xzlinks); do \