Changeset dd265c0 in rtems


Ignore:
Timestamp:
10/07/99 18:22:24 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4fa74d8
Parents:
edc15e3b
Message:

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.

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/started/Makefile

    redc15e3b rdd265c0  
    3737       
    3838$(PROJECT).pdf: $(FILES)
    39         $(TEXI2PDF) $(PROJECT).texi
    40         cp $(PROJECT).pdf $(PDF_INSTALL)
     39        #$(TEXI2PDF) $(PROJECT).texi
     40        #cp $(PROJECT).pdf $(PDF_INSTALL)
    4141       
    4242$(PROJECT).ps: $(PROJECT).dvi
     
    9292
    9393clean:
    94         rm -f *.o $(PROG) *.txt core *.pdf
     94        rm -f *.o $(PROG) *.txt core $(PROJECT).pdf
    9595        rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
    9696        rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES)
  • doc/started_ada/Makefile

    redc15e3b rdd265c0  
    3737       
    3838$(PROJECT).pdf: $(FILES)
    39         $(TEXI2PDF) $(PROJECT).texi
    40         cp $(PROJECT).pdf $(PDF_INSTALL)
     39        #$(TEXI2PDF) $(PROJECT).texi
     40        #cp $(PROJECT).pdf $(PDF_INSTALL)
    4141       
    4242$(PROJECT).ps: $(PROJECT).dvi
     
    8686
    8787clean:
    88         rm -f *.o $(PROG) *.txt core *.pdf
     88        rm -f *.o $(PROG) *.txt core $(PROJECT).pdf
    8989        rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
    9090        rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES)
Note: See TracChangeset for help on using the changeset viewer.