Home | History | Annotate | Line # | Download | only in 17.msmacros
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2007/11/29 12:35:07 mjf Exp $
      2 
      3 DIR=	usd/17.msmacros
      4 SRCS=	ms fig1.pic
      5 MACROS=	-ms
      6 
      7 paper.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