Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Fixed makefile to not use lots of space on inherited function documentation.

This commit is contained in:
Einar Ryeng 2007-08-02 10:04:06 +00:00
parent 6e4db7ebe4
commit 63d6347f37
1 changed files with 1 additions and 1 deletions

View File

@ -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