Forgot to install the lrzuntar, lrunzip symlinks and the pod based manpages.

Bump version to 0.601.
This commit is contained in:
Con Kolivas 2011-03-24 08:45:59 +11:00
parent 582c1c859f
commit 2b49ca9d8f
3 changed files with 31 additions and 4 deletions

View file

@ -73,3 +73,12 @@ EXTRA_DIST = \
autogen.sh \
INSTALL \
$(dist_doc_DATA)
install-exec-hook:
$(LN_S) -f @bindir@/lrzip$(EXEEXT) @bindir@/lrunzip
$(LN_S) -f @bindir@/lrztar @bindir@/lrzuntar
uninstall-local:
rm -f @bindir@/lrunzip
rm -f @bindir@/lrzuntar