This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
laydi/doc/Makefile
einarr fe96772319 Expanded some documentation.
Added clean target to doc Makefile.
2006-10-17 17:18:46 +00:00

15 lines
270 B
Makefile

all: html
html:
@echo ----------------
@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
clean:
-rm -rf html
-rm epydoc-html.log