summaryrefslogtreecommitdiffstats
path: root/contrib/groff/doc/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-03-15 08:36:16 +0000
committerobrien <obrien@FreeBSD.org>1999-03-15 08:36:16 +0000
commit35cdaa022af3f495aa21a1292d85ee40b28f86fb (patch)
treeb67e45f563eeb6617d4b99bea26ed4c7eb5f12d1 /contrib/groff/doc/Makefile
parent7fdf49473c970aa96ee1bae16928d1db23643228 (diff)
downloadFreeBSD-src-35cdaa022af3f495aa21a1292d85ee40b28f86fb.zip
FreeBSD-src-35cdaa022af3f495aa21a1292d85ee40b28f86fb.tar.gz
Virgin import of FSF groff v1.11
Diffstat (limited to 'contrib/groff/doc/Makefile')
-rw-r--r--contrib/groff/doc/Makefile11
1 files changed, 8 insertions, 3 deletions
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
OpenPOWER on IntegriCloud