xref: /original-bsd/usr.bin/ex/USD.doc/edit/Makefile (revision c3e32dec)
1#	@(#)Makefile	8.1 (Berkeley) 06/08/93
2
3DIR=	usd/11.edit
4SRCS=	edittut.ms
5MACROS=	-msU
6
7paper.ps: ${SRCS}
8	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
9
10# index for versatec is different from the one in edit.tut
11# because the fonts are different and entries reference page
12# rather than section numbers.  if you have a typesetter
13# you should just use the index in edit.tut, and ignore editvindex.
14
15editvindex:
16	${TROFF} ${MACROS} -n22 edit.vindex
17
18.include <bsd.doc.mk>
19