diff --git a/Makefile b/Makefile index 6f7d059..02e5508 100644 --- a/Makefile +++ b/Makefile @@ -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