Add lrzcat symlink which automatically decompresses to stdout.

Revert automatic compression/decompression to stdout when not outputting to a tty, to be consistent with gzip.
This commit is contained in:
Con Kolivas 2011-05-07 13:22:35 +10:00
parent d80f220c72
commit d033743e6f
10 changed files with 145 additions and 25 deletions

View file

@ -1,16 +1,19 @@
MAINTAINERCLEANFILES = Makefile.in lrunzip.1 lrztar.1 lrzuntar.1
man1_MANS = lrzip.1 lrunzip.1 lrztar.1 lrzuntar.1
man1_MANS = lrzip.1 lrunzip.1 lrzcat.1 lrztar.1 lrzuntar.1
man5_MANS = lrzip.conf.5
BUILT_SOURCES = lrunzip.1 lrztar.1 lrzuntar.1
BUILT_SOURCES = lrunzip.1 lrzcat.1 lrztar.1 lrzuntar.1
CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = lrzip.1 lrunzip.1.pod lrztar.1.pod lrzuntar.1.pod $(man5_MANS)
EXTRA_DIST = lrzip.1 lrunzip.1.pod lrzcat.1.pod lrztar.1.pod lrzuntar.1.pod $(man5_MANS)
lrunzip.1: lrunzip.1.pod
pod2man $< $@
lrzcat.1: lrzcat.1.pod
pod2man $< $@
lrztar.1: lrztar.1.pod
pod2man $< $@