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/tools/pdl2texi/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/tools/pdl2texi/Makefile') diff --git a/doc/tools/pdl2texi/Makefile b/doc/tools/pdl2texi/Makefile index fd9a5cdc5f..cdf5b65aa3 100644 --- a/doc/tools/pdl2texi/Makefile +++ b/doc/tools/pdl2texi/Makefile @@ -31,6 +31,10 @@ chain.o: chain.c dvi: $(PROJECT).dvi ps: $(PROJECT).ps +pdf: dirs $(PROJECT).pdf + +$(PROJECT).pdf: $(FILES) + $(TEXI2PDF) $(PROJECT).texi info: Drive html: $(PROJECT).texi $(BASE).txt ../textools/texi2html $(PROJECT).texi @@ -74,7 +78,7 @@ avdas: -u "Magic Subsystem" test_cases/avdas.d clean: - rm -f *.o $(PROG) *.txt core *.html $(PROJECT) Drive.texi + rm -f *.o $(PROG) *.txt core *.html $(PROJECT) Drive.texi *.pdf rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE) rm -f test_cases/*.txt test_cases/*.texi -- cgit v1.2.3