summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-07 18:24:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-07 18:24:16 +0000
commit0b81ea18276a77e19cb3febf8bf66cc398464c28 (patch)
treefed8979c1069318877db73f0a56a85e7782e6f80 /doc/user
parentEnhanced to support @email{} as supported in texi2html in texinfo 4.0. (diff)
downloadrtems-0b81ea18276a77e19cb3febf8bf66cc398464c28.tar.bz2
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.
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/Makefile b/doc/user/Makefile
index b8947ef60f..cbbc2e3e95 100644
--- a/doc/user/Makefile
+++ b/doc/user/Makefile
@@ -59,7 +59,7 @@ html: dirs $(FILES)
$(PROJECT).texi
clean:
- rm -f *.o $(PROG) *.txt core *.html *.pdf
+ rm -f *.o $(PROG) *.txt core *.html $(PROJECT).pdf
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
rm -f c_user c_user-* _* $(GENERATED_FILES)
@@ -185,3 +185,4 @@ mp.texi: mp.t
convert:
/usr/bin/gs -dMaxBitmap=300000000 -g5500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=rtemspie.pdf -- rtemspie.eps -c -quit
+ /usr/bin/gs -dMaxBitmap=300000000 -g5500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=states.pdf -- states.eps -c -quit