From 35cdaa022af3f495aa21a1292d85ee40b28f86fb Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 15 Mar 1999 08:36:16 +0000 Subject: Virgin import of FSF groff v1.11 --- contrib/groff/doc/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'contrib/groff/doc/Makefile') diff --git a/contrib/groff/doc/Makefile b/contrib/groff/doc/Makefile index 563f0be..4c56aa3 100644 --- a/contrib/groff/doc/Makefile +++ b/contrib/groff/doc/Makefile @@ -20,13 +20,13 @@ FFLAG=-F.. TROFF=../troff/troff -M../tmac $(FFLAG) GROPS=../grops/grops $(FFLAG) -DOCS=meref.PS meintro.PS +DOCS=meref.PS meintro.PS pic.PS MEMACROS=../macros/tmac.e SOELIM=../soelim/soelim all: $(DOCS) -.SUFFIXES: .tr .me .PS .dit +.SUFFIXES: .tr .me .ms .PS .dit .dit.PS: $(GROPS) $< >$@ @@ -42,8 +42,13 @@ all: $(DOCS) meref.PS: meref.dit meintro.PS: meintro.dit +# This production must use -p -e -t so pic/eqn processing is done +pic.PS: pic.ms + sed $< -e "s;@VERSION@;`cat ../VERSION`;" \ + | ../groff/groff -p -e -t -Tps $(FFLAG) -ms >$@ + install: - + clean: -rm -f *.PS *.dit core -- cgit v1.1