Expanded some documentation.

Added clean target to doc Makefile.
This commit is contained in:
2006-10-17 17:18:46 +00:00
parent 5d4700da20
commit fe96772319
2 changed files with 26 additions and 2 deletions

View File

@@ -8,4 +8,7 @@ html:
@echo ----------------
epydoc --html -o html/ ../fluents ../workflows 2> epydoc-html.log
clean:
-rm -rf html
-rm epydoc-html.log