From 16e76efdf8f3c8944df5da0703d848326f5e9c30 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 27 May 2013 01:38:07 +0200 Subject: [PATCH] some doc related makefiles changes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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