From b6d1eb022e268b2483e382f96d8a1093a967d01c Mon Sep 17 00:00:00 2001 From: einarr Date: Wed, 30 Jun 2010 08:30:15 +0000 Subject: [PATCH] Fixes error during make in parent directory. --- doc/Makefile.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.m4 b/doc/Makefile.m4 index b571dc7..62b2839 100644 --- a/doc/Makefile.m4 +++ b/doc/Makefile.m4 @@ -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: