added title to docs in makefile

This commit is contained in:
Johannes Findeisen 2013-10-01 01:29:09 +02:00
commit 1701e602ef

View file

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