Add 'make doc' and 'make test' directives.

(requires you to re-run ./autogen.sh)
This commit is contained in:
Stephan Erb 2009-10-18 19:38:32 +02:00
parent 2ce45a2f0c
commit ae5dbe0774
1 changed files with 9 additions and 0 deletions

View File

@ -57,3 +57,12 @@ MAINTAINERCLEANDIRS = \
autom4te.cache \
build \
dist
test:
python test/runtests.py
.PHONY: test
doc:
epydoc --config=doc/epydoc.conf
.PHONY: doc