remove documentation for no longer supported -F option
[nvi.git] / docs / vi.ref / Makefile
blobd5c54e78595c3d8faf25c2c6af0da7a5fef30bbb
1 # $Id: Makefile,v 8.25 2001/08/20 09:40:50 skimo Exp $ (Berkeley) $Date: 2001/08/20 09:40:50 $
3 MACROS= -me
4 ROFF= groff
5 TBL= tbl
7 all: vi.ref.txt vi.ref.ps ../html/vi.ref.html
9 vi.ref.txt: vi.texi
10 -makeinfo --no-headers vi.texi > $@ 2>/dev/null
11 chmod 444 $@
13 vi.ref.ps: vi.texi
14 texi2dvi -c vi.texi
15 dvips -o $@ vi.dvi
16 rm -f vi.dvi
17 chmod 444 $@
19 ../html/vi.ref.html: vi.texi
20 test -d ../html || mkdir ../html
21 -makeinfo --html --no-split vi.texi --output=$@ 2>/dev/null
22 chmod 444 $@
24 clean:
25 rm -f vi.ref.ps vi.ref.txt index index.so ../html/vi.ref.html