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 8 SECTION=usd 9 ARTICLE=edit 10 SRCS= edittut.ms 11 MACROS= -ms 12 ROFF_TBL=yes 13 EXTRAHTMLFILES=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 22 editvindex: 23 ${TOOL_ROFF_RAW} ${MACROS} -n22 edit.vindex 24