__aeabi_ldivmod: fix sign logic
[minix.git] / usr.bin / nvi / docs / USD.doc / edit / Makefile
blobf17888e9b71642efa9ec8675e34630c9e1f644cb
1 # $NetBSD: Makefile,v 1.1 2008/09/02 09:25:39 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>