diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |