From dd265c056b579067b98197f6c42542d6acf61108 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 7 Oct 1999 18:22:24 +0000 Subject: Remove $(PROJECT).pdf not *.pdf. We were accidentally removing the pdf version of figures. Disabled building of pdf for both the C and Ada Getting Started manuals because texi2pdf can not handle the construct: @set URL http://www.rtems.com @uref{@value{URL},@value{URL}} It will be reenabled as soon as this problem is fixed. --- doc/started_ada/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/started_ada/Makefile') diff --git a/doc/started_ada/Makefile b/doc/started_ada/Makefile index 07d0bc1141..bdfede656d 100644 --- a/doc/started_ada/Makefile +++ b/doc/started_ada/Makefile @@ -36,8 +36,8 @@ ps: dirs $(PROJECT).ps pdf: dirs $(PROJECT).pdf $(PROJECT).pdf: $(FILES) - $(TEXI2PDF) $(PROJECT).texi - cp $(PROJECT).pdf $(PDF_INSTALL) + #$(TEXI2PDF) $(PROJECT).texi + #cp $(PROJECT).pdf $(PDF_INSTALL) $(PROJECT).ps: $(PROJECT).dvi dvips -o $(PROJECT).ps $(PROJECT).dvi @@ -85,7 +85,7 @@ html: dirs $(FILES) $(PROJECT).texi clean: - rm -f *.o $(PROG) *.txt core *.pdf + rm -f *.o $(PROG) *.txt core $(PROJECT).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