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/started/Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc/started/Makefile') diff --git a/doc/started/Makefile b/doc/started/Makefile index c4051a2414..c45693a9d4 100644 --- a/doc/started/Makefile +++ b/doc/started/Makefile @@ -10,7 +10,7 @@ PROJECT=started include ../Make.config -all: html info ps +all: html info ps pdf dirs: $(make-dirs) @@ -33,6 +33,11 @@ $(PROJECT): $(FILES) dvi: $(PROJECT).dvi ps: dirs $(PROJECT).ps +pdf: dirs $(PROJECT).pdf + +$(PROJECT).pdf: $(FILES) + $(TEXI2PDF) $(PROJECT).texi + cp $(PROJECT).pdf $(PDF_INSTALL) $(PROJECT).ps: $(PROJECT).dvi dvips -o $(PROJECT).ps $(PROJECT).dvi @@ -40,8 +45,8 @@ $(PROJECT).ps: $(PROJECT).dvi # run texi2dvi twice to generate the xref's properly. $(PROJECT).dvi: $(FILES) - $(TEXI2DVI) -v $(PROJECT).texi - texi2dvi -v $(PROJECT).texi + $(TEXI2DVI) $(PROJECT).texi + texi2dvi $(PROJECT).texi intro.texi: intro.t versions.texi $(BMENU) -c -p "Top" \ @@ -86,7 +91,7 @@ html: dirs $(FILES) $(PROJECT).texi clean: - rm -f *.o $(PROG) *.txt core + rm -f *.o $(PROG) *.txt core *.pdf rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE) rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES) rm -f *.fixed _* -- cgit v1.2.3