make clean-all should also remove Manual.pdf and Developer.pdf

This commit is contained in:
Axel Kohlmeyer
2020-04-13 23:34:29 -04:00
parent 1688160669
commit 34689fed5e

View File

@ -57,7 +57,7 @@ help:
# ------------------------------------------ # ------------------------------------------
clean-all: clean clean-all: clean
rm -rf $(BUILDDIR)/docenv $(BUILDDIR)/doctrees $(BUILDDIR)/mathjax rm -rf $(BUILDDIR)/docenv $(BUILDDIR)/doctrees $(BUILDDIR)/mathjax Manual.pdf Developer.pdf
clean: clean-spelling clean: clean-spelling
rm -rf html epub latex rm -rf html epub latex