xref: /openbsd/usr.bin/vi/docs/USD.doc/edit/Makefile (revision d415bd75)
1#	$OpenBSD: Makefile,v 1.4 2004/02/09 21:09:10 jmc Exp $
2
3
4DIR=	usd/11.edit
5SRCS=	edittut.ms
6MACROS=	-ms
7
8paper.ps: ${SRCS}
9	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
10
11paper.txt: ${SRCS}
12	${TBL} ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
13
14# index for versatec is different from the one in edit.tut
15# because the fonts are different and entries reference page
16# rather than section numbers.  if you have a typesetter
17# you should just use the index in edit.tut, and ignore editvindex.
18
19editvindex:
20	${TROFF} ${MACROS} -n22 edit.vindex
21
22.include <bsd.doc.mk>
23