New manpage compression support. Only one macro controls compression
authorJordan K. Hubbard <jkh@FreeBSD.org>
Sat, 5 Mar 1994 13:48:38 +0000 (13:48 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Sat, 5 Mar 1994 13:48:38 +0000 (13:48 +0000)
commitf26a5ef725d30ebf0b77b6b6261138df0d5e38a9
treedfe0d1242e3b28e9b9078f5bd03461025ce805a4
parentf298173507531f7e1236a1ee45cf24b47c30f8f7
New manpage compression support.  Only one macro controls compression
now, DO_COMPRESS.  This controls whether or not catpages are compressed or
not (on by default, since little else uses the catpages and those few things
that do can always configure in a `zmore' in place of more or something, and
saving space is more important, IMHO).

Uncompression support is now on by default since that's the only way to support
mixed-mode environments.  If you don't like it, just don't compress your man
pages and it won't be used! :-).  Supports gzip.  You can also compress
the man pages themselves (or gzip them) now and it will work.
gnu/usr.bin/man/Makefile.inc
gnu/usr.bin/man/catman/Makefile
gnu/usr.bin/man/lib/Makefile
gnu/usr.bin/man/lib/config.h_dist
gnu/usr.bin/man/makewhatis/Makefile
gnu/usr.bin/man/makewhatis/makewhatis.sh
gnu/usr.bin/man/man/Makefile
gnu/usr.bin/man/man/man.c
gnu/usr.bin/man/man/man.man