Add 'make doc' and 'make test' directives.
(requires you to re-run ./autogen.sh)
This commit is contained in:
parent
2ce45a2f0c
commit
ae5dbe0774
1 changed files with 9 additions and 0 deletions
|
@ -57,3 +57,12 @@ MAINTAINERCLEANDIRS = \
|
||||||
autom4te.cache \
|
autom4te.cache \
|
||||||
build \
|
build \
|
||||||
dist
|
dist
|
||||||
|
|
||||||
|
|
||||||
|
test:
|
||||||
|
python test/runtests.py
|
||||||
|
.PHONY: test
|
||||||
|
|
||||||
|
doc:
|
||||||
|
epydoc --config=doc/epydoc.conf
|
||||||
|
.PHONY: doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue