summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f5709a..b6b23ef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: lint pep8 test
+all: lint pep8 test docs
echo "All tests passed"
lint:
@@ -24,3 +24,9 @@ cscope:
test:
rm -f .coverage
nosetests -s
+
+DOCS_DIR = docs
+.PHONY: docs
+
+docs:
+ $(MAKE) -C $(DOCS_DIR) html