FIXING STUFF!

Rename should be complete or almost so.
This commit is contained in:
2008-12-05 22:07:56 +00:00
parent 1eabbc5c48
commit 7e6bac20e1
42 changed files with 148 additions and 148 deletions

View File

@@ -8,7 +8,7 @@ html:
@echo Generating epydoc html code documentation.
@echo See epydoc-html.log for epydoc log.
@echo ----------------
epydoc --html --inheritance listed -o html/ ../fluents 2> epydoc-html.log
epydoc --html --inheritance listed -o html/ ../laydi 2> epydoc-html.log
install:
find html/ -type f -exec install -m 644 -D '{}' ${DOC_DIR}/'{}' \;