From 85ba8ea0fa1094c83edf86f8ccf51a11c2ed35eb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 6 Jun 2011 12:49:11 +0100 Subject: Build and cleanup docs. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.1