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
1 changed files with 2 additions and 0 deletions

View File

@ -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 \