aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU man implemenation now that the BSD version has cooked for a while.Gordon Tetlow2011-04-211-27/+0
| | | | Notes: svn path=/head/; revision=220910
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-1/+2
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* Don't use beforedepend to complicate and break things. Just putBruce Evans1998-03-201-1/+1
| | | | | | | generated source files in SRCS. Notes: svn path=/head/; revision=34704
* Fixed `make depend'. The previous change reduced it to making onlyBruce Evans1997-04-251-1/+3
| | | | | | | | config.h (which isn't used directly). Added a comment about the indirect use of config.h. Notes: svn path=/head/; revision=25144
* Make depend rely on config.hJordan K. Hubbard1997-04-111-1/+1
| | | | Notes: svn path=/head/; revision=24802
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-18/+9
| | | | | | | | | | | | | | | directory. config.h is always in the current (= object) directory, so don't search for it. config.h is not a source for the library, so don't put it in SRCS and don't make the library depend on it. Don't put unused flags in CFLAGS. Simplify using INTERNALLIB*. Notes: svn path=/head/; revision=24790
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-2/+2
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Fixed Makefile for make depend some more. The .depend target was notBruce Evans1994-08-251-3/+3
| | | | | | | | | being created and config.h depended on Makefile.inc being in the wrong directory so real dependencies were not being checked. The "depend" target was not created either so "make depend" always found work to do. Notes: svn path=/head/; revision=2270
* New manpage compression support. Only one macro controls compressionJordan K. Hubbard1994-03-051-1/+4
| | | | | | | | | | | | | | | 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
* Changes to allow man to work with or without obj dirs.Jordan K. Hubbard1993-07-211-4/+11
| | | | Notes: svn path=/head/; revision=176
* Removed files that are generated by the Makefile. Fixed Makefile forRodney W. Grimes1993-07-171-1/+1
| | | | | | | | make depend so that config.h gets created so make depend does not fail in other directories. Notes: svn path=/head/; revision=136
* Lots of stuff is now configured in Makefile.inc, path to `less' no longerJordan K. Hubbard1993-07-161-1/+14
| | | | | | | | absolute, less uses "fall off end" flag by default, manpath.config now properly installed. Happy now, Rod? :-) Notes: svn path=/head/; revision=127
* Newer new man page reader.Jordan K. Hubbard1993-07-071-0/+10
Notes: svn path=/cvs2svn/branches/man/; revision=103