xref: /minix/external/bsd/nvi/docs/USD.doc/edit/Makefile (revision 84d9c625)
1#	$NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 christos Exp $
2#
3#	@(#)Makefile	8.1 (Berkeley) 6/8/93
4
5.include "../../../Makefile.inc"
6.PATH: ${DIST}/docs/edit
7DIR=	usd/11.edit
8SRCS=	edittut.ms
9MACROS=	-ms
10
11all: paper.ps
12
13paper.ps: ${SRCS}
14	${TOOL_TBL} ${.ALLSRC} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
15
16# index for versatec is different from the one in edit.tut
17# because the fonts are different and entries reference page
18# rather than section numbers.  if you have a typesetter
19# you should just use the index in edit.tut, and ignore editvindex.
20
21editvindex:
22	${TOOL_ROFF_RAW} ${MACROS} -n22 edit.vindex
23
24.include <bsd.doc.mk>
25