xref: /netbsd-src/share/doc/papers/bus_dma/Makefile (revision 001c68bd94f75ce9270b69227c4199fbf34ee396)
1#	$NetBSD: Makefile,v 1.6 2003/07/10 10:34:25 lukem Exp $
2
3DIR=	papers/bus_dma
4SRCS=	title.me 1.me 2.me 3.me 4.me 5.me about.me
5EXTRA=	figure1.pic figure2.pic figure3.pic
6MACROS=	-me
7DPSRCS=	${SRCS} ${EXTRA} Makefile
8
9paper.ps: ${DPSRCS}
10	${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | ${TOOL_PIC} | ${TOOL_TBL} | \
11	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
12
13paper.dvi: ${DPSRCS}
14	${TOOL_SOELIM} -I${.CURDIR} ${SRCS} | ${TOOL_PIC} | ${TOOL_TBL} | \
15	    ${TOOL_ROFF_DVI} ${MACROS} > ${.TARGET}
16
17.include <bsd.doc.mk>
18