NetBSD/usr.bin/vi/docs/USD.doc/vitut/Makefile

25 lines
461 B
Makefile
Raw Normal View History

2001-03-31 15:37:44 +04:00
# $NetBSD: Makefile,v 1.3 2001/03/31 11:37:48 aymeric Exp $
1998-01-09 11:03:16 +03:00
#
2001-03-31 15:37:44 +04:00
# @(#)Makefile 8.7 (Berkeley) 8/18/96
1996-05-20 06:01:36 +04:00
2001-03-31 15:37:44 +04:00
DIR= usd/12.vi
SRCS= vi.in vi.chars
MACROS= -ms
CLEANFILES+= vitut.ps summary.ps viapwh.ps
1996-05-20 06:01:36 +04:00
2001-03-31 15:37:44 +04:00
all: vitut.ps summary.ps viapwh.ps
vitut.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > $@
chmod 444 $@
1996-05-20 06:01:36 +04:00
summary.ps: vi.summary
2001-03-31 15:37:44 +04:00
${TBL} vi.summary | ${ROFF} > $@
chmod 444 $@
1996-05-20 06:01:36 +04:00
viapwh.ps: vi.apwh.ms
2001-03-31 15:37:44 +04:00
${TBL} vi.apwh.ms | ${ROFF} > $@
chmod 444 $@
1996-05-20 06:01:36 +04:00
.include <bsd.doc.mk>