xref: /original-bsd/usr.bin/ex/USD.doc/exref/Makefile (revision 3839ed90)
1#	@(#)Makefile	6.2 (Berkeley) 06/30/90
2
3DIR=	usd/16.ex
4SRCS=	ex.rm
5MACROS=	-msU
6CLEANFILES=summary.*
7
8paper.${PRINTER}: ${SRCS} summary.${PRINTER}
9	${ROFF} ${SRCS} > ${.TARGET}
10
11summary.${PRINTER}: ex.summary
12	${TBL} ex.summary | ${ROFF} > ${.TARGET}
13
14.include <bsd.doc.mk>
15