mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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 _*
|
||||
|
||||
@@ -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 _*
|
||||
|
||||
Reference in New Issue
Block a user