Changeset 0b81ea1 in rtems


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

Remove $(PROJECT).pdf not *.pdf. We were accidentally removing the
pdf version of figures.

Added convert stanza to generate pdf's from eps of figures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/Makefile

    r754e444 r0b81ea1  
    6060
    6161clean:
    62         rm -f *.o $(PROG) *.txt core *.html *.pdf
     62        rm -f *.o $(PROG) *.txt core *.html $(PROJECT).pdf
    6363        rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
    6464        rm -f c_user c_user-* _* $(GENERATED_FILES)
     
    186186convert:
    187187        /usr/bin/gs -dMaxBitmap=300000000 -g5500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER  -sOutputFile=rtemspie.pdf -- rtemspie.eps -c -quit
     188        /usr/bin/gs -dMaxBitmap=300000000 -g5500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER  -sOutputFile=states.pdf -- states.eps -c -quit
Note: See TracChangeset for help on using the changeset viewer.