summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59823e8..2c697a5 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ index.html:
${HTMLDIR} ${WIKIDIR}:
mkdir -p $@
-${HTML}: ${FILES} ./scripts/html_${CMD}.py ./scripts/html_base.py ./scripts/base.py
+${HTML}: ${FILES} ./scripts/html_${CMD}.py ./scripts/html_base.py ./scripts/base.py ./scripts/find.py
echo $@
./scripts/html_${CMD}.py ${OPTION} ${FILES} > $@
loop: