summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a986b57..dbab72c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@
all:
+ $(MAKE) -C doc html
check: all
python -m CoverageTestRunner --ignore-missing-from=without-tests
@@ -26,3 +27,4 @@ check: all
clean:
rm -f .coverage *.py[co] larch/*.py[co] insert.prof lookup.prof
rm -rf build tempdir larch.log example.tree
+ $(MAKE) -C doc clean