summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1999-07-30 19:15:16 +0000
committermpp <mpp@FreeBSD.org>1999-07-30 19:15:16 +0000
commit9d756f809fe1df3bb187bdc03c2341f5325133b4 (patch)
tree986ba6c0826be7b8c3644a3377c446577aae871a /gnu
parentf844e40453c14511b65cb2bf10cc4213d262d2ab (diff)
downloadFreeBSD-src-9d756f809fe1df3bb187bdc03c2341f5325133b4.zip
FreeBSD-src-9d756f809fe1df3bb187bdc03c2341f5325133b4.tar.gz
Make direct calls to nroff work again. Rev 1.5 of contrib/gnu/nroff/nroff.sh
broke nroff because it added the '-S' option to the troff call, which requires that the tmac.safer macro package be installed. Since 90% of our *roff calls are probably generated by man(1), and man(1) calls groff directly, I'm not really sure what rev 1.5 of nroff.sh was trying to fix, but at least now nroff works again. Broken by: imp
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/tmac/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile
index e6de585..dcf7e9a 100644
--- a/gnu/usr.bin/groff/tmac/Makefile
+++ b/gnu/usr.bin/groff/tmac/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.15 1998/03/21 12:12:55 bde Exp $
.include "../Makefile.inc"
@@ -15,8 +15,9 @@ LINKS= ${TMACDIR}/tmac.andoc ${TMACDIR}/tmac.an
CLEANFILES= ${MAN7} ${MDOCFILES} ${STRIPFILES} tmac.groff_an
FILES= tmac.andoc tmac.pic tmac.ps tmac.psnew tmac.psold\
- tmac.pspic tmac.psatk tmac.dvi tmac.tty tmac.tty-char tmac.X\
- tmac.Xps tmac.latin1 tmac.lj4 eqnrc troffrc
+ tmac.pspic tmac.psatk tmac.dvi tmac.safer tmac.tty \
+ tmac.tty-char tmac.X tmac.Xps tmac.latin1 tmac.lj4 eqnrc \
+ troffrc
STRIPFILES= tmac.e tmac.s tmac.doc
MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms
OpenPOWER on IntegriCloud