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/src2html/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/src2html') diff --git a/doc/src2html/Makefile b/doc/src2html/Makefile index 934b8fbbe2..0a062ff50b 100644 --- a/doc/src2html/Makefile +++ b/doc/src2html/Makefile @@ -10,7 +10,7 @@ PROJECT=browseable_rtems include ../Make.config -all: html info ps +all: html info ps pdf dirs: $(make-dirs) @@ -26,6 +26,8 @@ info: ps: +pdf: + html: dirs -mkdir -p $(WWW_INSTALL)/$(PROJECT) $(SRC2HTML) -d3 RTEMS.src -- cgit v1.2.3