From e12f02219823d22b0fe7db14bebb4878b89f41ef Mon Sep 17 00:00:00 2001 From: "William F. Jolitz" Date: Sat, 30 Jun 1990 14:03:42 -0800 Subject: [PATCH] 386BSD 0.1 development Work on file usr/othersrc/share/doc/ps1/18.curses/Makefile Co-Authored-By: Lynne Greer Jolitz Synthesized-from: 386BSD-0.1 --- usr/othersrc/share/doc/ps1/18.curses/Makefile | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 usr/othersrc/share/doc/ps1/18.curses/Makefile diff --git a/usr/othersrc/share/doc/ps1/18.curses/Makefile b/usr/othersrc/share/doc/ps1/18.curses/Makefile new file mode 100644 index 0000000000..bd641fc495 --- /dev/null +++ b/usr/othersrc/share/doc/ps1/18.curses/Makefile @@ -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 -- 2.20.1