__aeabi_ldivmod: fix sign logic
[minix.git] / usr.bin / nvi / docs / USD.doc / vitut / Makefile
blobded95e5f763bbf5a9666f40ec27b538925951eb4
1 # $NetBSD: Makefile,v 1.1 2008/09/02 09:25:39 christos Exp $
3 # @(#)Makefile 8.7 (Berkeley) 8/18/96
5 .include "../../../Makefile.inc"
6 .PATH: ${DIST}/docs/vitut
7 DIR= usd/12.vi
8 SRCS= vi.in vi.chars
9 MACROS= -ms
10 CLEANFILES+= vitut.ps summary.ps viapwh.ps
12 all: vitut.ps summary.ps viapwh.ps
14 vitut.ps: ${SRCS}
15 ${TOOL_TBL} ${.ALLSRC} | ${TOOL_ROFF_PS} ${MACROS} > $@
16 chmod 444 $@
18 summary.ps: vi.summary
19 ${TOOL_TBL} ${.ALLSRC} | ${TOOL_ROFF_PS} ${MACROS} > $@
20 chmod 444 $@
22 viapwh.ps: vi.apwh.ms
23 ${TOOL_TBL} ${.ALLSRC} | ${TOOL_ROFF_PS} ${MACROS} > $@
24 chmod 444 $@
26 .include <bsd.doc.mk>