summaryrefslogtreecommitdiffstats
path: root/doc/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-07 18:22:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-07 18:22:58 +0000
commit4fa74d8e0217cc31c399e3a5c415601727f4b85a (patch)
tree410cea41ee09210120ad7b004b59e1940c86c4d6 /doc/tools
parentRemove $(PROJECT).pdf not *.pdf. We were accidentally removing the (diff)
downloadrtems-4fa74d8e0217cc31c399e3a5c415601727f4b85a.tar.bz2
Remove $(PROJECT).pdf not *.pdf. We were accidentally removing the
pdf version of figures.
Diffstat (limited to 'doc/tools')
-rw-r--r--doc/tools/pdl2texi/Makefile2
-rw-r--r--doc/tools/texi2www/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/tools/pdl2texi/Makefile b/doc/tools/pdl2texi/Makefile
index cdf5b65aa3..6ed821a699 100644
--- a/doc/tools/pdl2texi/Makefile
+++ b/doc/tools/pdl2texi/Makefile
@@ -78,7 +78,7 @@ avdas:
-u "Magic Subsystem" test_cases/avdas.d
clean:
- rm -f *.o $(PROG) *.txt core *.html $(PROJECT) Drive.texi *.pdf
+ rm -f *.o $(PROG) *.txt core *.html $(PROJECT) Drive.texi $(PROJECT).pdf
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
rm -f test_cases/*.txt test_cases/*.texi
diff --git a/doc/tools/texi2www/Makefile b/doc/tools/texi2www/Makefile
index 94f1d8faf5..8ffe698776 100644
--- a/doc/tools/texi2www/Makefile
+++ b/doc/tools/texi2www/Makefile
@@ -41,7 +41,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 *.cps
rm -f *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
rm -f $(PROJECT)-* $(GENERATED_FILES)