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
This commit is contained in:
parent
7cfde57e8a
commit
83c679fadf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user