From 63d6347f37b3987117b61e3c6abf1bc546549b05 Mon Sep 17 00:00:00 2001 From: einarr Date: Thu, 2 Aug 2007 10:04:06 +0000 Subject: [PATCH] Fixed makefile to not use lots of space on inherited function documentation. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 82c73b1..6dbf8ad 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,7 +6,7 @@ html: @echo Generating epydoc html code documentation. @echo See epydoc-html.log for epydoc log. @echo ---------------- - epydoc --html -o html/ ../fluents ../workflows 2> epydoc-html.log + epydoc --html --inheritance listed -o html/ ../fluents 2> epydoc-html.log clean: -rm -rf html