diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-13 12:56:47 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-13 12:56:47 +0300 |
commit | 5aa4678b2342dcfc1d2b31aa9fa4f39c539e4b61 (patch) | |
tree | d3fc6c7ff4899626dd40082ae5c436bc44d09225 /src | |
parent | Add lzmainfo for backward compatibility with LZMA Utils. (diff) | |
download | xz-5aa4678b2342dcfc1d2b31aa9fa4f39c539e4b61.tar.xz |
Fix xz Makefile.am for the man page.
install-exec-hook -> install-data-hook
Diffstat (limited to 'src')
-rw-r--r-- | src/xz/Makefile.am | 2 |
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 \ |