This commit is contained in:
Johannes Findeisen 2013-05-27 01:46:32 +02:00
commit 6cf04f081c
64 changed files with 1574 additions and 201 deletions

View file

@ -5,10 +5,10 @@ clean:
find . -type f -name "*.pyc" -exec rm -f {} \;
docs:
epydoc --html -o docs ./
epydoc --html -o docs .
docs-pdf:
epydoc --pdf -o docs ./
epydoc --pdf -o docs .
docs-clean:
rm -rf docs