summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/manpath
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0_cvscvs2svn1999-01-211-1/+1
| | | | | | | 'RELENG_3_0_0_RELEASE'. This commit was manufactured to restore the state of the 3.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* space/tab problemAndrey A. Chernov1998-10-021-2/+2
| | | | Notes: svn path=/head/; revision=39893
* add /usr/share/perl/manAndrey A. Chernov1998-10-021-1/+2
| | | | Notes: svn path=/head/; revision=39878
* Add Id keywordBrian Somers1998-09-131-1/+1
| | | | Notes: svn path=/head/; revision=39145
* For every directory in ${PATH} that ends with "/bin", look for aDag-Erling Smørgrav1998-07-091-0/+11
| | | | | | | | | | corresponding directory ending in "/man". PR: 7215 Submitted by: Wayne Scott <wscott@ichips.intel.com> Notes: svn path=/head/; revision=37533
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-7/+2
| | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Notes: svn path=/head/; revision=34159
* Remove manpath.[ch] here and use the ones in ../manpath instead.Steve Price1997-11-301-2/+0
| | | | Notes: svn path=/head/; revision=31462
* Resurrect manpath.c here.Steve Price1997-11-301-0/+525
| | | | Notes: svn path=/head/; revision=31461
* Remove this copy of manpath.c and add the .PATH directive to get toSteve Price1997-11-302-520/+2
| | | | | | | | | the same file in ${.CURDIR}/../man. Suggested by: Bruce Evans Notes: svn path=/head/; revision=31458
* Always call gripe_reading_mp_config with the required arguments.Steve Price1997-11-301-2/+2
| | | | | | | | PR: 3894 Submitted by: Stephen Clawson <sclawson@marker.cs.utah.edu> Notes: svn path=/head/; revision=31453
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-6/+1
| | | | | | | | directory. manpath.1 is always in the current (= object) directory, so don't search for it. Notes: svn path=/head/; revision=24792
* Remove a doubled word. Closes PR# 3163.Mike Pritchard1997-04-011-1/+0
| | | | | | | Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> Notes: svn path=/head/; revision=24500
* Convert to mdoc format.Mike Pritchard1996-12-091-27/+39
| | | | | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134 Notes: svn path=/head/; revision=20244
* Remove /usr/ucb and /usr/local/mh/bin from MANPATH_MAP, we don't shipSatoshi Asami1996-12-071-3/+1
| | | | | | | | | | | | | the system with these (and the mh port doesn't install there either). Comment out /usr/X386/bin in MANPATH_MAP, it is already commented out in MANDATORY_MANPATH. 2.2 candidate, I guess. I can't even imagine why these stuff were still there! Notes: svn path=/head/; revision=20201
* Fixed DPADD.Bruce Evans1996-09-051-3/+4
| | | | Notes: svn path=/head/; revision=18050
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-5/+5
| | | | | | | | 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
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.Bruce Evans1996-02-251-1/+1
| | | | Notes: svn path=/head/; revision=14250
* making <page>.1 from <page>.manWolfram Schneider1996-02-061-0/+1
| | | | Notes: svn path=/head/; revision=13950
* manpath.1 depend on manpath.manWolfram Schneider1996-01-241-0/+1
| | | | Notes: svn path=/head/; revision=13603
* Comment out /usr/X386/man entry from MANDATORY_MANPATH - it's obsolete.Jordan K. Hubbard1995-11-281-1/+1
| | | | | | | Submitted by: mi@ALDAN.star89.galstar.com Notes: svn path=/head/; revision=12506
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-5/+5
| | | | Notes: svn path=/head/; revision=8858
* Install manpath.config.sample with the correct mode. It should be installedBruce Evans1995-02-261-1/+1
| | | | | | | elsewhere. Notes: svn path=/head/; revision=6730
* Remove /usr/gnu from mandatory manpath.Jordan K. Hubbard1994-11-221-2/+0
| | | | Notes: svn path=/head/; revision=4774
* Stop toasting folks' /etc/manpath.config files.Jordan K. Hubbard1994-05-171-1/+1
| | | | Notes: svn path=/head/; revision=1504
* Add X11R6 to manpath in preprataion for XFree86 3.0.Rich Murphey1994-05-171-1/+3
| | | | Notes: svn path=/head/; revision=1503
* Removed manpath.1 and added CLEANFILES directive to Makefile since it'sNate Williams1993-07-211-0/+1
| | | | | | | made automagically. Notes: svn path=/head/; revision=180
* One last thing for making sure it works.Nate Williams1993-07-211-1/+2
| | | | Notes: svn path=/head/; revision=177
* Changes to allow man to work with or without obj dirs.Jordan K. Hubbard1993-07-211-3/+9
| | | | Notes: svn path=/head/; revision=176
* The install of manpath.config did not have a ${DESTDIR} in it. TheseRodney W. Grimes1993-07-201-1/+1
| | | | | | | are needed on all install commands in Makefiles! Notes: svn path=/head/; revision=167
* Lots of stuff is now configured in Makefile.inc, path to `less' no longerJordan K. Hubbard1993-07-161-0/+3
| | | | | | | | absolute, less uses "fall off end" flag by default, manpath.config now properly installed. Happy now, Rod? :-) Notes: svn path=/head/; revision=127
* Changed Makefile to use Nate's selective obj/noobj build scheme.Jordan K. Hubbard1993-07-081-1/+6
| | | | Notes: svn path=/head/; revision=109
* Newer new man page reader.Jordan K. Hubbard1993-07-075-0/+646
Notes: svn path=/cvs2svn/branches/man/; revision=103