summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-06 12:49:11 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-06 12:49:11 +0100
commit85ba8ea0fa1094c83edf86f8ccf51a11c2ed35eb (patch)
treef69167886567884c67f134ef6be6e04bce4fabd6 /Makefile
parent301d298d7860976ad33cfc8f3fc702253b68a9ba (diff)
downloadlarch-85ba8ea0fa1094c83edf86f8ccf51a11c2ed35eb.tar.gz
Build and cleanup docs.
Diffstat (limited to 'Makefile')
-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