summaryrefslogtreecommitdiffstats
path: root/doc/tools
diff options
context:
space:
mode:
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)