From 477a499b6005fd1635c1b505c57ef01b7cf53104 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Thu, 7 Jul 2022 15:17:26 +0900 Subject: scripts/find.py: ignore Abandoned too It will ignore "Done" automatically, but it should ignore "Abandoned", too. Signed-off-by: Kuninori Morimoto --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3