minix/external/bsd/nvi/dist/docs/vi.ref/Makefile
Lionel Sambuc 84d9c625bf Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto
 - Fix for default mtree style
 - Update libelf
 - Importing libexecinfo
 - Resynchronize GCC, mpc, gmp, mpfr
 - build.sh: Replace params with show-params.
     This has been done as the make target has been renamed in the same
     way, while a new target named params has been added. This new
     target generates a file containing all the parameters, instead of
     printing it on the console.
 - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
     get getservbyport() out of the inner loop

Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
2014-07-28 17:05:06 +02:00

25 lines
555 B
Makefile

# 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