1# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 2 3VOLUME= usd/11.edit 4SRCS= edittut.ms 5MACROS= -ms 6USE_TBL= 7 8# index for versatec is different from the one in edit.tut 9# because the fonts are different and entries reference page 10# rather than section numbers. if you have a typesetter 11# you should just use the index in edit.tut, and ignore editvindex. 12 13#editvindex: 14# ${TROFF} ${MACROS} -n22 edit.vindex 15 16.include <bsd.doc.mk> 17