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.
This commit is contained in:
Joel Sherrill
1999-10-07 18:22:24 +00:00
parent edc15e3bb3
commit dd265c056b
2 changed files with 6 additions and 6 deletions

View File

@@ -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
@@ -91,7 +91,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 _*

View File

@@ -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 _*