From ed11cadf052ee8886af0a11e9e72f3c09443f6af Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Oct 1999 17:44:06 +0000 Subject: Numerous minor changes required to transition to the latest version of texinfo and TeX. This version of the tools can produce PDF with figures included. --- doc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 14e6b578b1..5120e4a223 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,7 +6,7 @@ include Make.config BASEDIR=$(shell pwd) -all: env info html ps +all: env info html ps pdf # find $(WWW_INSTALL) -type f | xargs -e chmod 444 # find $(WWW_INSTALL) -type d | xargs -e chmod 555 @@ -31,9 +31,15 @@ info: env html: env ./do_docs $(BASEDIR) html +dvi: dirs env + ./do_docs $(BASEDIR) dvi + ps: dirs env ./do_docs $(BASEDIR) ps +pdf: dirs env + ./do_docs $(BASEDIR) pdf + clean: ./do_docs $(BASEDIR) clean cd tools/bmenu ; gmake clean -- cgit v1.2.3