aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/makewhatis/makewhatis.sh
Commit message (Collapse)AuthorAgeFilesLines
* recording cvs-1.6 file deathPeter Wemm1995-12-301-120/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* New manpage compression support. Only one macro controls compressionJordan K. Hubbard1994-03-051-1/+8
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=1238
* changed find . -name '*' to find . -type fAndrew Moore1993-07-241-2/+4
| | | | Notes: svn path=/head/; revision=188
* added mandoc macro support;Andrew Moore1993-07-211-21/+53
| | | | | | | each name now generates a separate whatis data base entry Notes: svn path=/head/; revision=178
* Newer new man page reader.Jordan K. Hubbard1993-07-071-0/+79
Notes: svn path=/cvs2svn/branches/man/; revision=103