Fixes error during make in parent directory.
This commit is contained in:
parent
2e253450cd
commit
b6d1eb022e
|
@ -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:
|
||||
|
|
Reference in New Issue