summaryrefslogtreecommitdiff
path: root/share/doc/papers/pulldown/Makefile
blob: 60c8024ee90600b2fe8e2d426a6bf95692545dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#	$NetBSD: Makefile,v 1.4 2004/06/30 03:26:27 jmc Exp $

DIR=	papers/pulldown
SRCS=	0.t 1.t 2.t 4.t 8.t 9.t
MACROS=	-ms
DPSRCS=	${SRCS} refs.r Makefile

paper.ps: ${DPSRCS}
	${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | \
	    ${TOOL_REFER} -P -S -e -p ${.CURDIR}/refs.r | \
	    ${TOOL_PIC} | ${TOOL_TBL} | ${TOOL_EQN} | \
	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}

paper.dvi: ${DPSRCS}
	${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | \
	    ${TOOL_REFER} -P -S -e -p ${.CURDIR}/refs.r | \
	    ${TOOL_PIC} | ${TOOL_TBL} | \
	    ${TOOL_ROFF_DVI} ${MACROS} > ${.TARGET}

paper.txt: ${DPSRCS}
	${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | \
	    ${TOOL_REFER} -P -S -e -p ${.CURDIR}/refs.r | \
	    ${TOOL_PIC} | ${TOOL_TBL} | ${TOOL_EQN} -Tascii | \
	    ${TOOL_ROFF_ASCII} ${MACROS} > ${.TARGET}

.include <bsd.doc.mk>