summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-24 17:41:04 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-24 17:41:04 +0100
commitc03feaa202ac62c881dece5f0cdbb437733921fb (patch)
treebc8e1aa1ef9ee63ac0030fd0da9549a3d9813181
parentff376eb43fef25bc976f0aedcb97f70021f55e2e (diff)
downloadpython-ttystatus-c03feaa202ac62c881dece5f0cdbb437733921fb.tar.gz
Build docs from toplevel Makefile.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eafd7bd..56a0c2d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
all:
+ $(MAKE) -C doc html
check:
python -m CoverageTestRunner --ignore-missing-from=without-tests
@@ -7,3 +8,4 @@ check:
clean:
rm -f .coverage ttystatus/*.py[co]
rm -rf build
+ $(MAKE) -C doc clean