386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 30 Jun 1990 22:03:42 +0000 (14:03 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 30 Jun 1990 22:03:42 +0000 (14:03 -0800)
Work on file usr/othersrc/share/doc/ps1/18.curses/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/othersrc/share/doc/ps1/18.curses/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/share/doc/ps1/18.curses/Makefile b/usr/othersrc/share/doc/ps1/18.curses/Makefile
new file mode 100644 (file)
index 0000000..bd641fc
--- /dev/null
@@ -0,0 +1,37 @@
+#      @(#)Makefile    6.4 (Berkeley) 6/30/90
+
+DIR=   ps1/18.curses
+SRCS=  Master macros appen.A appen.B appen.C intro.0 intro.1 \
+       intro.2 intro.3 intro.4 intro.5
+MACROS=        -me
+
+CLEANFILES+=win_st.gr twinkle1.gr twinkle2.gr life.gr intro.2.tbl appen.A.tbl
+
+paper.${PRINTER}: ${SRCS}
+       ${ROFF} ${SRCS} > ${.TARGET}
+
+.SUFFIXES:
+.SUFFIXES: .c .gr
+
+#
+# this section formats C input source into nice troffable (or nroffable)
+# versions.  It uses the capabilites of "vgrind", which sets keywords in
+# bold font, and comments in italics.
+#
+
+# Don't re-run vgrind unless you want to patch the output files.
+VFONT= /usr/libexec/vfontedpr
+.c.gr:
+       ${VFONT} $*.c | grep -v "^'wh" > $*.gr
+
+intro.5: doc.I doc.II doc.III doc.IV
+appen.B: win_st.gr
+appen.C: twinkle1.gr life.gr twinkle2.gr
+
+intro.2.tbl: intro.2
+       ${TBL} intro.2 > intro.2.tbl
+
+appen.A.tbl: appen.A
+       ${TBL} appen.A > appen.A.tbl
+
+.include <bsd.doc.mk>