tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / nvi / docs / USD.doc / edit / Makefile
blob11af64c287f788a70fbf3904f7052d8ca7b2033d
1 # $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 christos Exp $
3 # @(#)Makefile 8.1 (Berkeley) 6/8/93
5 .include "../../../Makefile.inc"
6 .PATH: ${DIST}/docs/edit
7 DIR= usd/11.edit
8 SRCS= edittut.ms
9 MACROS= -ms
11 all: paper.ps
13 paper.ps: ${SRCS}
14 ${TOOL_TBL} ${.ALLSRC} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
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.
21 editvindex:
22 ${TOOL_ROFF_RAW} ${MACROS} -n22 edit.vindex
24 .include <bsd.doc.mk>