summaryrefslogtreecommitdiff
path: root/dviware/quicspool/man/makefile.trw
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/quicspool/man/makefile.trw')
-rw-r--r--dviware/quicspool/man/makefile.trw48
1 files changed, 48 insertions, 0 deletions
diff --git a/dviware/quicspool/man/makefile.trw b/dviware/quicspool/man/makefile.trw
new file mode 100644
index 0000000000..d73250e7c9
--- /dev/null
+++ b/dviware/quicspool/man/makefile.trw
@@ -0,0 +1,48 @@
+# $Header: Makefile.TRW,v 1.1 88/01/15 12:58:12 simpson Rel $
+# $Log: Makefile.TRW,v $
+#Revision 1.1 88/01/15 12:58:12 simpson
+#initial release
+#
+#Revision 0.1 87/12/11 17:56:48 simpson
+#beta test
+#
+WBTEXFONT=/usr/lib/tex/imagenfonts
+WWTEXFONT=/usr/lib/tex/qmsfonts
+DITROFFFONT=/usr/lib/font/devqms
+OTROFFFONT=/usr/lib/font
+FILTER=/usr/local/lib/lpr
+
+all:
+
+configure:
+ sed s:--WBTEX--:$(WBTEXFONT): < quicspool.l.backup | \
+ sed s:--WWTEX--:$(WWTEXFONT): | sed s:--OFONT--:$(OTROFFFONT): | \
+ sed s:--DIFONT--:$(DITROFFFONT): | sed s:--FILTER--:$(FILTER): \
+ > quicspool.l
+ sed s:--FONTDIR--:$(DITROFFFONT): < dumpdesc.l.backup > dumpdesc.l
+ sed s:--WBTEX--:$(WBTEXFONT): < pktoch.l.backup | \
+ sed s:--WWTEX--:$(WWTEXFONT): | sed s:--OFONT--:$(OTROFFFONT): | \
+ sed s:--DIFONT--:$(DITROFFFONT): > pktoch.l
+ sed s:--FONTDIR--:$(OTROFFFONT): < tfm2ofont.l.backup > tfm2ofont.l
+ sed s:--FONTDIR--:$(DITROFFFONT): < tfm2difont.l.backup > tfm2difont.l
+
+clean:
+ -rm dumpdesc.l pktoch.l tfm2ofont.l tfm2difont.l quicspool.l
+
+install:
+ install -c cat.l /usr/man/manl/cat.5
+ install -c cati.l /usr/man/manl/cati.1
+ install -c dumpdesc.l /usr/man/manl/dumpdesc.1
+ install -c getopt.l /usr/man/manl/getopt.3
+ install -c glob.l /usr/man/manl/glob.3
+ install -c pktoch.l /usr/man/manl/pktoch.1
+ install -c profile.l /usr/man/manl/profile.3
+ install -c profile5.l /usr/man/manl/profile.5
+ install -c qmsquery.l /usr/man/manl/qmsquery.3
+ install -c quicspool.l /usr/man/manl/quicspool.7
+ install -c shift.l /usr/man/manl/shift.3
+ install -c standard.l /usr/man/manl/standard.5
+ install -c tfm2ofont.l /usr/man/manl/tfm2ofont.1
+ install -c tfm2difont.l /usr/man/manl/tfm2ofont.1
+ install -c lpr.l /usr/man/man1/lpr.1
+ install -c pac.l /usr/man/man8/pac.8