aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff
Commit message (Collapse)AuthorAgeFilesLines
* Enable installation and build of grog, grohtml and devthml.Jeroen Ruigrok van der Werven2000-03-131-3/+3
| | | | Notes: svn path=/stable/3/; revision=57990
* Remove DHAVE_CC_OSFCN_H just like in 4.0.Jeroen Ruigrok van der Werven2000-03-131-1/+0
| | | | Notes: svn path=/stable/3/; revision=57986
* Make sure the locale information gets installed.Jeroen Ruigrok van der Werven2000-03-091-1/+6
| | | | Notes: svn path=/stable/3/; revision=57875
* MFC: groff 1.15Jeroen Ruigrok van der Werven2000-03-091-1/+1
| | | | Notes: svn path=/stable/3/; revision=57873
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn2000-01-173-0/+44
| | | | Notes: svn path=/stable/3/; revision=56172
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2913-13/+13
| | | | Notes: svn path=/stable/3/; revision=50569
* MFC: Install tmac.safer and msafer.7Andrey A. Chernov1999-07-311-5/+6
| | | | Notes: svn path=/stable/3/; revision=49312
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-217-5179/+0
| | | | Notes: svn path=/stable/3/; revision=42951
* Never generate neqn at install time (the previous fix for this wasBruce Evans1998-04-191-2/+2
| | | | | | | incomplete). Notes: svn path=/head/; revision=35292
* Generate files at build time, not at install time. This should be theBruce Evans1998-03-211-24/+23
| | | | | | | | | | | | | last fix of this type. Installing from a read-only object tree should work now. Install files using a single install command where this is easy; don't use shell loops. Don't use MANDEPEND to complicate things. Notes: svn path=/head/; revision=34748
* Put generated source files in SRCS. This fixes races generatingBruce Evans1998-03-201-9/+6
| | | | | | | | | | | | the source files. E.g., the stale version of locate.cc in the source directory was sometimes used. We didn't even use beforedepend. Added temporary files to CLEANFILES. Fixed some style bugs. Notes: svn path=/head/; revision=34703
* Don't use beforedepend to complicate and break things. Just putBruce Evans1998-03-201-11/+9
| | | | | | | | | | | | | | | | generated source files in SRCS. Don't use MANDEPEND to complicate things. Just put the generated man page in CLEANFILES. Partly fixed yacc header brokenness, as in ../eqn/Makefile. Added temporary files to CLEANFILES. Fixed some style bugs. Notes: svn path=/head/; revision=34702
* Don't use beforedepend to complicate and break things. Just putBruce Evans1998-03-201-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | generated source files in SRCS. Don't use MANDEPEND to complicate things. Just set MAN1 and put generated man pages in CLEANFILES. Added temporary files to CLEANFILES. Partly fixed a potentially fatal bug involving the yacc header. We generate eqn.cc (even if there is a version of it in the source directory older than eqn.y) and a matching eqn.tab.h, but only use the possibly-non-matching eqn.tab.h in the source directory. This works because Cygnus's yacc happened to generate a y.tab.h identical to the current generated one. The correct version will be used when the wrong version is deleted from the source tree. Kludge to get the header generated early enough. Yacc headers are mishandled everywhere they are renamed (and used). Generate neqn at build time, not at install time. Fixed some style bugs. Notes: svn path=/head/; revision=34701
* Removed bogus -I path. The correct path is in all subdir MakefilesBruce Evans1998-03-201-2/+2
| | | | | | | where it matters. Notes: svn path=/head/; revision=34700
* Don't create an unused obj directory.Bruce Evans1998-02-204-8/+16
| | | | Notes: svn path=/head/; revision=33672
* Use BINOWN, etc. instead of bin, etc. so that (this part of)Bruce Evans1997-12-174-14/+14
| | | | | | | `BINOWN=... make world' can be run by users other than root. Notes: svn path=/head/; revision=31804
* Nevermind... Wolfram already did it, but added the file (IMHO wrong)Joerg Wunsch1997-09-291-31/+0
| | | | | | | | | to the contrib area so i didn't see it. NB: RELENG_2_2 is still missing it (what's why i didn't see it in the first place). Notes: svn path=/head/; revision=29982
* Add a stub man page for psroff(1).Joerg Wunsch1997-09-291-0/+31
| | | | Notes: svn path=/head/; revision=29981
* Add a simple manpage.Wolfram Schneider1997-09-151-2/+2
| | | | Notes: svn path=/head/; revision=29474
* Fix neqn building:Andrey A. Chernov1997-09-151-3/+4
| | | | | | | | 1) Move it after Makefile.inc included since it uses DIST_DIR from there 2) Add neqn.sh dependance Notes: svn path=/head/; revision=29437
* Add a simple manpage.Wolfram Schneider1997-09-141-1/+2
| | | | Notes: svn path=/head/; revision=29429
* bin to BIN{OWN,GRP} and add Id lineJohn-Mark Gurney1997-08-231-3/+5
| | | | Notes: svn path=/head/; revision=28609
* Add -fno-for-scope to CFLAGS, required by gcc (see NEWS).Philippe Charnier1997-05-231-0/+1
| | | | | | | PR: gnu/3585 Notes: svn path=/head/; revision=26036
* Oops.. Missed this one too. getopt is in unistd.h now, not stdlib.hPeter Wemm1997-03-111-2/+2
| | | | Notes: svn path=/head/; revision=23731
* Fixed style bugs in install rule (afterinstall -> beforeinstall, etc).Bruce Evans1997-03-091-7/+3
| | | | | | | Removed stale comment. Notes: svn path=/head/; revision=23567
* Don't use a dot in the chown commands. In fact, don't use any commandsBruce Evans1997-03-081-20/+15
| | | | | | | | | except `install'. Changed $() to ${}. Don't use the afterinstall target (it is only for things that must be done after the install target is built). Notes: svn path=/head/; revision=23538
* Fixed substitution of @TMAC_S_PREFIX@ and @TMAC_M_PREFIX@.Bruce Evans1997-03-081-5/+5
| | | | Notes: svn path=/head/; revision=23535
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-229-9/+9
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-149-9/+9
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-012-4/+4
| | | | Notes: svn path=/head/; revision=21155
* Add missing tmac.lj4 (for PCL driver)John Fieber1996-09-111-1/+1
| | | | Notes: svn path=/head/; revision=18253
* DISTDIR is a reserved variable for make releasePoul-Henning Kamp1996-09-0919-46/+46
| | | | | | | s/DISTDIR/DIST_DIR/g Notes: svn path=/head/; revision=18189
* long live groffPaul Traina1996-09-082-0/+18
| | | | Notes: svn path=/head/; revision=18142
* ...long live groffPaul Traina1996-09-0838-0/+833
| | | | Notes: svn path=/head/; revision=18140
* Initial revisionPaul Traina1996-09-083-0/+47
| | | | Notes: svn path=/head/; revision=18138
* Groff is dead...Paul Traina1996-09-08540-160326/+0
| | | | Notes: svn path=/head/; revision=18135
* Add Russian language / koi8-r font support.Paul Traina1996-09-083-0/+5080
| | | | | | | Original author: ache Notes: svn path=/head/; revision=18128
* Add psroff commandPaul Traina1996-09-081-0/+2
| | | | Notes: svn path=/head/; revision=18127
* add Version 1 AT&T UNIX to .At macroWolfram Schneider1996-08-281-0/+2
| | | | Notes: svn path=/head/; revision=17881
* Bring xditview back from the grave (part 2).Paul Traina1996-08-052-1/+3
| | | | | | | | | | | Fix things so it *really* won't compile if the environment isn't there. This commit has been sitting in my to-do list for 2 months. Xditview should never have been half-removed, so now it's back with a vengance because we want to keep groff intact as a package. Notes: svn path=/head/; revision=17438
* Bring xditview back from the grave (1 of 2 commits).Paul Traina1996-08-0529-0/+5856
| | | | Notes: svn path=/head/; revision=17437
* Teach the mdoc .Os and .Fx macros about the FreeBSD 2.1.5 release.Mike Pritchard1996-07-102-0/+3
| | | | Notes: svn path=/head/; revision=17075
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-8/+6
| | | | | | | | 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
* Nuke xditview. It was in the same category as xroach.Jordan K. Hubbard1996-06-1630-5857/+1
| | | | | | | Screeched-For By: Michael Smith Notes: svn path=/head/; revision=16402
* remove SHAREDIR?=/usr/share, already defined in bsd.own.mkWolfram Schneider1996-05-221-2/+1
| | | | Notes: svn path=/head/; revision=15854
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-073-10/+16
| | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root Notes: svn path=/head/; revision=15679
* Add a couple of needed X11 libraries. Discovered when trying to build aJohn Polstra1996-04-221-2/+3
| | | | | | | static version. Notes: svn path=/head/; revision=15348
* Added a ".Fx" macro to the mdoc package. Usage:Mike Pritchard1996-02-121-0/+18
| | | | | | | | | | | | | | | | | | | | .Fx version.rel { , . ; : ( ) [ ] Example: The .Nm xyzzy command first appeared in .Fx 2.2 . Produces: The xyzzy command first appeared in FreeBSD 2.2. Suggested by wollman. Notes: svn path=/head/; revision=14070
* Another round of man page cleanups.Mike Pritchard1996-02-125-8/+6
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-02-021-1/+1
| | | | | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one. Notes: svn path=/head/; revision=13835