summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff
Commit message (Collapse)AuthorAgeFilesLines
* This 3rd mega-commit should hopefully bring us back to where we were.Jordan K. Hubbard1996-06-0527-87/+80
| | | | | | | I can get it to `make world' succesfully, anyway! Notes: svn path=/stable/2.1/; revision=16121
* Merge from HEAD, except:Jordan K. Hubbard1996-05-2927-80/+87
| | | | | | | | | | | | Clients that used gnumalloc still do, despite the merge. We're not bringing phkmalloc over. Thread stuff left out. PCCARD support left out. Notes: svn path=/stable/2.1/; revision=15984
* Brought in changes from main branch: added .Fx macro.Mike Pritchard1996-02-121-0/+18
| | | | Notes: svn path=/stable/2.1/; revision=14072
* Bring in changes from HEAD: mdoc macro package updated:Mike Pritchard1996-02-012-26/+113
| | | | | | | | | Added/updated some standards for the .St macro. Updated the .Os macro to stop reporting "BSD Experimental", and taught it about FreeBSD and our various versions. Notes: svn path=/stable/2.1/; revision=13830
* Sync with main branch.David Greenman1995-10-051-1/+3
| | | | Notes: svn path=/stable/2.1/; revision=11224
* Brought in change from main branch: fix build dependency.David Greenman1995-08-311-1/+1
| | | | Notes: svn path=/stable/2.1/; revision=10503
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-138-8209/+0
| | | | Notes: svn path=/stable/2.1/; revision=9211
* Remove trailing whitespace.Rodney W. Grimes1995-05-3034-126/+126
| | | | Notes: svn path=/head/; revision=8858
* Add missing $(DESTDIR) to rm command so that this stops removing filesRodney W. Grimes1995-04-171-1/+1
| | | | | | | | | from my master system. This makefile is a crock, and will soon be rewritten! Notes: svn path=/head/; revision=7909
* Don't rely on execute bit.Poul-Henning Kamp1995-02-231-1/+2
| | | | Notes: svn path=/head/; revision=6659
* Quiet `make -s'.Bruce Evans1995-02-081-2/+1
| | | | Notes: svn path=/head/; revision=6246
* Look for files to install first in the object directory, then in theBruce Evans1995-02-022-28/+6
| | | | | | | | | | source directory. Don't create target directories at install time. mtree already handles them correctly. Notes: svn path=/head/; revision=6138
* Install man.local in the correct directory. Apparently everyone is usingBruce Evans1995-01-261-2/+2
| | | | | | | | | | | the version installed from /usr/share. It's hard to eliminate old versions - few Makefiles have `uninstall' targets and sup/ctm tends to blow away old Makefiles. This Makefile needs more work. Stuff is built at install time... Notes: svn path=/head/; revision=5923
* Remove stale NOOBJ.Bruce Evans1995-01-252-8/+2
| | | | | | | Use standard clean and cleandir targets. Notes: svn path=/head/; revision=5893
* Makefile.tty:Bruce Evans1995-01-252-0/+2
| | | | | | | Initialize CLEANFILES. All tty FONTFILES are objects. Notes: svn path=/head/; revision=5892
* Makefile.dev:Bruce Evans1995-01-252-4/+0
| | | | | | | | | | | Don't initialize CLEANFILES here. Many FONTFILES are sources and required special clean rules to avoid cleaning. Makefile.tty: Initialize CLEANFILES. All tty FONTFILES are objects. Notes: svn path=/head/; revision=5890
* Fix installation of the link to tmac.an. $(FOO} doesn't work.Bruce Evans1995-01-191-2/+2
| | | | Notes: svn path=/head/; revision=5710
* Remove sneaked tabsAndrey A. Chernov1995-01-191-4/+4
| | | | | | | Submitted by: Ollivier Robert Notes: svn path=/head/; revision=5706
* Install additionly S and L text fonts, needed for BSD docs formattingAndrey A. Chernov1995-01-175-5/+5
| | | | Notes: svn path=/head/; revision=5699
* Oops, forget to add \{ \} in prev. commitAndrey A. Chernov1995-01-171-2/+4
| | | | Notes: svn path=/head/; revision=5695
* Fix for 8bit clean ctypeAndrey A. Chernov1995-01-171-1/+1
| | | | Notes: svn path=/head/; revision=5694
* koi8-r addedAndrey A. Chernov1995-01-171-0/+1
| | | | Notes: svn path=/head/; revision=5693
* Back out prev change, don't load tty-char directly, it is already doneAndrey A. Chernov1995-01-171-1/+1
| | | | | | | into nroff shell script Notes: svn path=/head/; revision=5692
* Load russian hyphentation for -Tkoi8-rAndrey A. Chernov1995-01-171-2/+6
| | | | Notes: svn path=/head/; revision=5691
* afterinstall --> beforeinstall to make LINKS workAndrey A. Chernov1995-01-171-1/+1
| | | | Notes: svn path=/head/; revision=5686
* Remove unnecessary complex renaming after nuking BSD tmacsAndrey A. Chernov1995-01-171-13/+4
| | | | Notes: svn path=/head/; revision=5685
* Rename tmacs properly (me)Andrey A. Chernov1995-01-171-6/+13
| | | | | | | Strip renamed pages before install Notes: svn path=/head/; revision=5684
* Add missing fileAndrey A. Chernov1995-01-171-0/+1858
| | | | Notes: svn path=/head/; revision=5682
* Add missing psroff.sh (for compatibility with old groff)Andrey A. Chernov1995-01-171-0/+2
| | | | Notes: svn path=/head/; revision=5681
* Remove troff chars emulation, handled better via tmac.tty-charAndrey A. Chernov1995-01-171-18/+1
| | | | Notes: svn path=/head/; revision=5674
* Back out 1.x changes (additional troff chars), now handledAndrey A. Chernov1995-01-171-19/+0
| | | | | | | via tmac.tty Notes: svn path=/head/; revision=5673
* Define troff chars in more nice way than defining them intoAndrey A. Chernov1995-01-171-1/+1
| | | | | | | devascii R.proto (will be fixed too) Notes: svn path=/head/; revision=5672
* Move MANSRC defining rule (fix for obj subdir) to top levelAndrey A. Chernov1995-01-172-4/+5
| | | | | | | Makefile.cfg, needed not only in man subdir Notes: svn path=/head/; revision=5671
* Add russian hyphentation rulesAndrey A. Chernov1995-01-172-0/+4835
| | | | Notes: svn path=/head/; revision=5670
* Add koi8-r referred to tmac.ttyAndrey A. Chernov1995-01-171-0/+1
| | | | Notes: svn path=/head/; revision=5669
* Add koi8-r as valid -T optionAndrey A. Chernov1995-01-172-1/+3
| | | | Notes: svn path=/head/; revision=5668
* Add devkoi8-r to SUBDIRAndrey A. Chernov1995-01-171-1/+1
| | | | Notes: svn path=/head/; revision=5667
* Add koi8-r device (russian charset)Andrey A. Chernov1995-01-174-0/+302
| | | | Notes: svn path=/head/; revision=5666
* Fix install target when obj subdir presentAndrey A. Chernov1995-01-161-0/+4
| | | | Notes: svn path=/head/; revision=5664
* Don't call $(SHELL) for mdate.sh, call its directly.Andrey A. Chernov1995-01-161-1/+1
| | | | | | | Old method don't works, if login shell != sh && != bash Notes: svn path=/head/; revision=5663
* One last one...Paul Traina1995-01-152-8/+0
| | | | Notes: svn path=/head/; revision=5644
* Last of the FreeBSD changesPaul Traina1995-01-1521-621/+5
| | | | Notes: svn path=/head/; revision=5643
* Layer in FreeBSD changesPaul Traina1995-01-152-0/+18
| | | | Notes: svn path=/head/; revision=5641
* Layer in all FreeBSD patchesPaul Traina1995-01-1545-13/+912
| | | | Notes: svn path=/head/; revision=5640
* groff-1.09Paul Traina1995-01-15503-0/+161160
Notes: svn path=/cvs2svn/branches/PST/; revision=5637