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