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:
parent
e51b4e49e8
commit
5aa4678b23
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue