From b94809a34d139fdd2df0dfe52df8a5b4d2615a24 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 27 May 2013 01:46:32 +0200 Subject: [PATCH] new docs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 02e5508..8d023c2 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ clean: find . -type f -name "*.pyc" -exec rm -f {} \; docs: - epydoc --html -o docs ./ + epydoc --html -o docs . docs-pdf: - epydoc --pdf -o docs ./ + epydoc --pdf -o docs . docs-clean: rm -rf docs