summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man
Commit message (Collapse)AuthorAgeFilesLines
* Make these Makefiles work properly when NOMAN is defined.csgr1994-06-052-0/+8
| | | | (I wish they just used bsd.prog.mk)
* Manual pages are now installed via the bsd.man.mk macro, since thecsgr1994-06-052-15/+24
| | | | | existing arrangement in this makefile doesn't allow for compressed manual pages.
* Turn globbing on when a section number is specified, this makes things workcsgr1994-05-281-1/+1
| | | | properly when /usr/share/man/man?/ contain gzipped unformatted pages.
* Fix catman to produce zipped cats, like man does.ache1994-05-231-5/+7
| | | | In other (old) case we have both kind of cats at once.
* Stop toasting folks' /etc/manpath.config files.jkh1994-05-171-1/+1
|
* Add X11R6 to manpath in preprataion for XFree86 3.0.rich1994-05-171-1/+3
|
* Changed the Makefiles for catman and makewhatis that the output from theats1994-04-132-4/+4
| | | | sed goes into an obj dir, if it exists, instead of the src dir.
* Something bogus happened here; not sure what or how.jkh1994-03-231-0/+41
| | | | Fixed.
* Make man the default owner, don't bother with sgid.jkh1994-03-191-2/+2
|
* Correct pre-installation target.jkh1994-03-192-2/+2
|
* Change group id to manjkh1994-03-181-0/+1
|
* Make man sgid bin, not sgid AND suid. There is no reason to make man suidjkh1994-03-161-1/+1
| | | | | bin since all you need to do is make the cat dirs group owned and writable by bin - much less dangerous.
* New manpage compression support. Only one macro controls compressionjkh1994-03-059-67/+66
| | | | | | | | | | | | 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.
* Try copy if rename of temporary catpage fails.jkh1993-10-101-1/+6
|
* Handle both signals and errors in child processes, rather than just signalsjkh1993-10-091-1/+6
| | | | as before.
* Allow ^C to interrupt with some semblance of politeness to cgd.jkh1993-10-081-15/+28
|
* More paranoid dealings with system()jkh1993-10-081-8/+2
|
* Added bsd.prog.mk so that make maninstall would workrgrimes1993-09-081-0/+1
|
* Cleaned up the Makefile to look nicer and not require a lot of hacksnate1993-08-041-19/+10
|
* changed BINMODE= 6555 and CATMODE= 0664alm1993-07-271-2/+2
|
* Added setreuid() calls so that shell escapes work.alm1993-07-272-1/+40
| | | | | The effective ID's need to be set to the real ID's before invoking a shell for security reasons.
* updated man to use more as the default pageralm1993-07-261-1/+1
|
* changed find . -name '*' to find . -type falm1993-07-241-2/+4
|
* Added ${DESTDIR} to all the naked install commands w/out them.nate1993-07-234-6/+6
|
* Changes to make `maninstall' work.jkh1993-07-232-2/+6
|
* Added Christoph Robitschko's catmanjkh1993-07-233-1/+44
|
* Removed manpath.1 and added CLEANFILES directive to Makefile since it'snate1993-07-211-0/+1
| | | | made automagically.
* Made makewhatis installed as 555 so that people could actually run it.nate1993-07-211-1/+1
|
* added mandoc macro support;alm1993-07-211-21/+53
| | | | each name now generates a separate whatis data base entry
* One last thing for making sure it works.nate1993-07-211-1/+2
|
* Changes to allow man to work with or without obj dirs.jkh1993-07-217-39/+98
|
* The install of manpath.config did not have a ${DESTDIR} in it. Thesergrimes1993-07-201-1/+1
| | | | are needed on all install commands in Makefiles!
* Added fix from Rich to accept catpages with .0 syntax for backwardsjkh1993-07-181-0/+10
| | | | compatability (XFree86 man pages will still be .0'd for awhile).
* Fixed braindamage.jkh1993-07-181-6/+7
|
* Fixed make file for tags target, removed files that are generated by thergrimes1993-07-172-2/+2
| | | | Makefile.
* Removed files that are generated by the Makefile. Fixed Makefile forrgrimes1993-07-171-1/+1
| | | | | make depend so that config.h gets created so make depend does not fail in other directories.
* Fixed make file for tags target, removed files that are generated by thergrimes1993-07-171-1/+1
| | | | Makefile.
* Added BINMODE=2555 so that it can write the man pages into /usr/share/man/catx.rgrimes1993-07-161-0/+1
| | | | | This means the man dirs must be owned by group BIN. I have set up the distribution building tools to be that way.
* Whoops, forgot to add this one.jkh1993-07-161-0/+216
|
* Lots of stuff is now configured in Makefile.inc, path to `less' no longerjkh1993-07-163-2/+33
| | | | | absolute, less uses "fall off end" flag by default, manpath.config now properly installed. Happy now, Rod? :-)
* Changed Makefile to use Nate's selective obj/noobj build scheme.jkh1993-07-082-2/+12
|
* Newer new man page reader.jkh1993-07-0738-0/+5432
OpenPOWER on IntegriCloud