some doc related makefiles changes

This commit is contained in:
Johannes Findeisen 2013-05-27 01:38:07 +02:00
commit 3df6ffb88f

View file

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