xref: /netbsd/share/doc/usd/17.msmacros/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.1 2007/11/29 12:35:07 mjf Exp $
2
3DIR=	usd/17.msmacros
4SRCS=	ms fig1.pic
5MACROS=	-ms
6
7paper.ps: ${SRCS}
8	${TOOL_SOELIM} ${SRCS} | ${TOOL_PIC} | ${TOOL_TBL} | ${TOOL_EQN} | \
9	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
10
11.include <bsd.doc.mk>
12