No empty .Rs/.Re
[netbsd-mini2440.git] / share / doc / papers / pulldown / Makefile
blob019fdfdaa09c5d48d141b031ff32bad9f26abb30
1 # $NetBSD: Makefile,v 1.3 2003/07/10 10:34:28 lukem Exp $
3 DIR= papers/pulldown
4 SRCS= 0.t 1.t 2.t 4.t 8.t 9.t
5 MACROS= -ms
6 DPSRCS= ${SRCS} refs.r Makefile
8 paper.ps: ${DPSRCS}
9 ${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | \
10 ${TOOL_REFER} -P -S -e -p ${.CURDIR}/refs.r | \
11 ${TOOL_PIC} | ${TOOL_TBL} | ${TOOL_EQN} | \
12 ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
14 paper.dvi: ${DPSRCS}
15 ${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | \
16 ${TOOL_REFER} -P -S -e -p ${.CURDIR}/refs.r | \
17 ${TOOL_PIC} | ${TOOL_TBL} | \
18 ${TOOL_ROFF_DVI} ${MACROS} > ${.TARGET}
20 paper.txt: ${DPSRCS}
21 ${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | \
22 ${TOOL_REFER} -P -S -e -p ${.CURDIR}/refs.r | \
23 ${TOOL_PIC} | ${TOOL_TBL} | ${TOOL_EQN} -Tascii | \
24 ${TOOL_ROFF_ASCII} ${MACROS} > ${.TARGET}
26 .include <bsd.doc.mk>