xref: /minix3/external/bsd/nvi/docs/USD.doc/edit/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1#	$NetBSD: Makefile,v 1.2 2014/07/05 19:22:02 dholland Exp $
2#
3#	@(#)Makefile	8.1 (Berkeley) 6/8/93
4
5.include "../../../Makefile.inc"
6.PATH: ${DIST}/docs/edit
7
8SECTION=usd
9ARTICLE=edit
10SRCS=	edittut.ms
11MACROS=	-ms
12ROFF_TBL=yes
13EXTRAHTMLFILES=edit1.png edit2.png edit3.png
14
15.include <bsd.doc.mk>
16
17# index for versatec is different from the one in edit.tut
18# because the fonts are different and entries reference page
19# rather than section numbers.  if you have a typesetter
20# you should just use the index in edit.tut, and ignore editvindex.
21
22editvindex:
23	${TOOL_ROFF_RAW} ${MACROS} -n22 edit.vindex
24