1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Fix xz Makefile.am for the man page.

install-exec-hook -> install-data-hook
This commit is contained in:
Lasse Collin 2009-08-13 12:56:47 +03:00
parent e51b4e49e8
commit 5aa4678b23

View file

@ -73,6 +73,8 @@ install-exec-hook:
rm -f $$link && \ rm -f $$link && \
$(LN_S) $$target $$link; \ $(LN_S) $$target $$link; \
done done
install-data-hook:
cd $(DESTDIR)$(mandir)/man1 && \ cd $(DESTDIR)$(mandir)/man1 && \
target=`echo xz | sed '$(transform)'` && \ target=`echo xz | sed '$(transform)'` && \
for name in $(xzlinks); do \ for name in $(xzlinks); do \