aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi/docs/USD.doc/ex/Makefile
blob: 33ab77080f4a189cfd63e6d39a63c3826a7e75de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.1 (Berkeley) 6/8/93

DIR=	usd/13.ex
SRCS=	ex.rm
MACROS=	-ms
CLEANFILES=summary.*

paper.ps: ${SRCS} summary.ps
	${ROFF} ${SRCS} > ${.TARGET}

summary.ps: ex.summary
	${TBL} ex.summary | ${ROFF} > ${.TARGET}

.include <bsd.doc.mk>