home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / doc / usd / 14.edit / Makefile < prev    next >
Encoding:
Makefile  |  1990-06-30  |  471 b   |  19 lines

  1. #    @(#)Makefile    6.2 (Berkeley) 6/30/90
  2.  
  3. DIR=    usd/14.edit
  4. SRCS=    edittut.ms
  5. MACROS=    -msU
  6.  
  7. paper.${PRINTER}: ${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.  
  15. editvindex:
  16.     ${TROFF} ${MACROS} -n22 edit.vindex
  17.  
  18. .include <bsd.doc.mk>
  19.