aboutsummaryrefslogtreecommitdiff
path: root/src/xz/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/xz/Makefile.am')
-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 \