rework initial error handling -- since we check for any screens on
[nvi.git] / docs / edit / Makefile
blob24f3704f5d712809cc827c5c85abb59687f005dc
1 # $Id: Makefile,v 8.1 1993/06/08 12:48:55 bostic Exp $ (Berkeley) $Date: 1993/06/08 12:48:55 $
3 DIR= usd/11.edit
4 SRCS= edittut.ms
5 MACROS= -msU
7 paper.ps: ${SRCS}
8 ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
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.
15 editvindex:
16 ${TROFF} ${MACROS} -n22 edit.vindex
18 .include <bsd.doc.mk>