summaryrefslogtreecommitdiff
path: root/external/bsd/nvi/dist/docs/vi.ref/Makefile
blob: d9bdab6b3fee2119d48e1c02fe0a967d5b40e5a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#	Id: Makefile,v 8.25 2001/08/20 09:40:50 skimo Exp  (Berkeley) Date: 2001/08/20 09:40:50 

MACROS=	-me
ROFF=	groff
TBL=	tbl

all: vi.ref.txt vi.ref.ps ../html/vi.ref.html

vi.ref.txt: vi.texi
	-makeinfo --no-headers vi.texi > $@ 2>/dev/null
	chmod 444 $@

vi.ref.ps: vi.texi
	texi2dvi -c vi.texi
	dvips -o $@ vi.dvi
	rm -f vi.dvi
	chmod 444 $@

../html/vi.ref.html: vi.texi
	test -d ../html || mkdir ../html
	-makeinfo --html --no-split vi.texi --output=$@ 2>/dev/null
	chmod 444 $@

clean:
	rm -f vi.ref.ps vi.ref.txt index index.so ../html/vi.ref.html