added docs/

This commit is contained in:
Johannes Findeisen 2013-05-27 01:10:51 +02:00
commit 5aea780761

14
Makefile Normal file
View file

@ -0,0 +1,14 @@
all:
clean:
rm -rf docs
rm -rf log
find . -type f -name "*.pyc" -exec rm -f {} \;
docs:
epydoc --html -o docs ./lib
docs-pdf:
epydoc --pdf -o docs ./lib