summaryrefslogtreecommitdiffstats
path: root/contrib/groff/doc/Makefile
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-12 09:51:43 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-12 09:51:43 +0000
commit2e2c9047c3a8b5b6fdcdcd4585d5b114f31cd386 (patch)
tree723c5fa18b7084a4da09e4e42000ef10cbc884fa /contrib/groff/doc/Makefile
parent35cdaa022af3f495aa21a1292d85ee40b28f86fb (diff)
downloadFreeBSD-src-2e2c9047c3a8b5b6fdcdcd4585d5b114f31cd386.zip
FreeBSD-src-2e2c9047c3a8b5b6fdcdcd4585d5b114f31cd386.tar.gz
Virgin import of FSF groff v1.15
Diffstat (limited to 'contrib/groff/doc/Makefile')
-rw-r--r--contrib/groff/doc/Makefile22
1 files changed, 14 insertions, 8 deletions
diff --git a/contrib/groff/doc/Makefile b/contrib/groff/doc/Makefile
index 4c56aa3..cccc52c 100644
--- a/contrib/groff/doc/Makefile
+++ b/contrib/groff/doc/Makefile
@@ -20,15 +20,15 @@
FFLAG=-F..
TROFF=../troff/troff -M../tmac $(FFLAG)
GROPS=../grops/grops $(FFLAG)
-DOCS=meref.PS meintro.PS pic.PS
+DOCS=meref.ps meintro.ps pic.ps
MEMACROS=../macros/tmac.e
SOELIM=../soelim/soelim
all: $(DOCS)
-.SUFFIXES: .tr .me .ms .PS .dit
+.SUFFIXES: .tr .me .ms .ps .dit
-.dit.PS:
+.dit.ps:
$(GROPS) $< >$@
.me.dit:
@@ -39,18 +39,24 @@ all: $(DOCS)
.tr.dit:
$(TROFF) -Tps $< >$@
-meref.PS: meref.dit
-meintro.PS: meintro.dit
+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`;" \
+pic.ps: pic.ms
+ sed -e "s;@VERSION@;`cat ../VERSION`;" $< \
| ../groff/groff -p -e -t -Tps $(FFLAG) -ms >$@
+pic.html: pic.ms
+ sed -e "s;@VERSION@;`cat ../VERSION`;" $< \
+ | ../groff/groff -p -e -t -Thtml $(FFLAG) -ms -mhtml >$@
+
install:
clean:
- -rm -f *.PS *.dit core
+ -rm -f *.ps *.html *.png *.gif *.dit core
+ -rm -f *.aux *.cp *.cps *.cv *.cn *.dvi *.fn *.fns *.ky *.kys \
+ *.log *.op *.pg *.pgs *.ps *.toc *.tp *.tps *.tr *.vr *.vrs
distclean: clean
OpenPOWER on IntegriCloud