From fc33883fd976b06bcc66924e0977adba227caff9 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 1 Oct 2013 04:31:06 +0200 Subject: [PATCH] edited title for docs in makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1026145..c1b218a 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ clean: find . -type f -name "*.pyc" -exec rm -f {} \; docs: - epydoc -n "Linspector Monitoring - API Documentation" --html -o docs . + epydoc -n "Linspector - API Documentation" --html -o docs . docs-pdf: - epydoc -n "Linspector Monitoring - API Documentation" --pdf -o docs . + epydoc -n "Linspector - API Documentation" --pdf -o docs . docs-clean: rm -rf docs