freebsd-dev/usr.bin/vi/USD.doc/exref/Makefile
Sean Eric Fagan 18fd508d01 Latest public release of nvi, from Keith Bostic. I hope I got this
right ;).
Reviewed by:	Sean Eric Fagan
1994-08-16 23:36:45 +00:00

15 lines
248 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= usd/13.ex
SRCS= ex.rm
MACROS= -msU
CLEANFILES=summary.*
paper.ps: ${SRCS} summary.ps
${ROFF} ${SRCS} > ${.TARGET}
summary.ps: ex.summary
${TBL} ex.summary | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>