NetBSD/share/doc/usd/16.ex/Makefile
1993-07-31 15:27:53 +00:00

18 lines
401 B
Makefile

# from: @(#)Makefile 6.2 (Berkeley) 6/30/90
# $Id: Makefile,v 1.4 1993/07/31 15:30:05 mycroft Exp $
DIR= usd/16.ex
DOC= 16.ex
SRCS= ex.rm
MACROS= -ms
CLEANFILES=summary.*
.include <bsd.doc.mk>
${DOC}.${PRINTER}: ${SRCS} ${DOC}.summary.${PRINTER}
( cd ${.CURDIR} ; ${ROFF} ${SRCS} ) > ${.TARGET}
${DOC}.summary.${PRINTER}: ex.summary
( cd ${.CURDIR} ; ${TBL} ex.summary ) | ${ROFF} > ${.TARGET}