Sync usage with man page.
[netbsd-mini2440.git] / usr.bin / nvi / docs / USD.doc / exref / Makefile
blob8bd79b6c9c48d5e3a76c14a3a856f531299e7498
1 # $NetBSD: Makefile,v 1.5 2003/07/10 10:34:46 lukem Exp $
3 # @(#)Makefile 8.8 (Berkeley) 10/10/96
5 .include "../../../Makefile.inc"
6 .PATH: ${DIST}/docs/exref
8 DIR= usd/12.ex
9 SRCS= ex.rm ex.summary
10 MACROS= -ms
11 CLEANFILES= summary.ps
13 all: paper.ps summary.ps
15 paper.ps: ex.rm
16 ${TOOL_TBL} ${.ALLSRC} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
18 summary.ps: ex.summary
19 ${TOOL_TBL} ${.ALLSRC} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
21 .include <bsd.doc.mk>