syntax fixes
[unix-history] / usr / src / lib / libcurses / PSD.doc / Makefile
CommitLineData
cb3e8c6f 1# @(#)Makefile 8.2 (Berkeley) %G%
da55915a 2
60726344 3DIR= psd/19.curses
5c0f2563 4SRCS= Master
37fdead6 5MACROS= -me
da55915a 6
5c0f2563
EA
7CLEANFILES+=win_st.gr twinkle1.gr twinkle2.gr life.gr intro.2.tbl appen.A.tbl \
8 ex1.gr ex2.gr
da55915a 9
54147df3
KM
10.SUFFIXES:
11.SUFFIXES: .c .gr
da55915a
KM
12
13#
14# this section formats C input source into nice troffable (or nroffable)
15# versions. It uses the capabilites of "vgrind", which sets keywords in
16# bold font, and comments in italics.
17#
18
fa6c8a79 19# Don't re-run vgrind unless you want to patch the output files.
37fdead6 20VFONT= /usr/libexec/vfontedpr
54147df3
KM
21.c.gr:
22 ${VFONT} $*.c | grep -v "^'wh" > $*.gr
da55915a 23
5c0f2563 24paper.ps: ${SRCS}
cb3e8c6f 25 soelim ${SRCS} | ${ROFF} > ${.TARGET}
5c0f2563 26
13894208 27Master: twinkle1.gr ex1.gr ex2.gr fns.doc intro.5 intro.2.tbl intro.0 intro.1 \
064b06c0 28 intro.3 intro.4 intro.6 macros c_macros
da55915a
KM
29
30intro.2.tbl: intro.2
1b0f8d85 31 ${TBL} intro.2 > intro.2.tbl
da55915a 32
37fdead6 33.include <bsd.doc.mk>
5c0f2563
EA
34
35