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