Add 'make doc' and 'make test' directives.
(requires you to re-run ./autogen.sh)
This commit is contained in:
parent
2ce45a2f0c
commit
ae5dbe0774
|
@ -57,3 +57,12 @@ MAINTAINERCLEANDIRS = \
|
|||
autom4te.cache \
|
||||
build \
|
||||
dist
|
||||
|
||||
|
||||
test:
|
||||
python test/runtests.py
|
||||
.PHONY: test
|
||||
|
||||
doc:
|
||||
epydoc --config=doc/epydoc.conf
|
||||
.PHONY: doc
|
||||
|
|
Loading…
Reference in New Issue