xref: /original-bsd/usr.bin/ex/USD.doc/exref/Makefile (revision 2598cae2)
1#	@(#)Makefile	6.4 (Berkeley) 06/05/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