Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Fixes error during make in parent directory.

This commit is contained in:
Einar Ryeng 2010-06-30 08:30:15 +00:00
parent 2e253450cd
commit b6d1eb022e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ html:
@echo ----------------
epydoc --html --inheritance listed -o html/ ../laydi 2> epydoc-html.log
install:
install: html
find html/ -type f -exec install -m 644 -D '{}' ${DOC_DIR}/'{}' \;
clean: