From 542e1f13c2ccd3a0032fe0aef81d84c628e6bee4 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Fri, 11 Mar 2022 09:45:05 +0100 Subject: chatlog: Fix cleaning of wiki/Chat_log.wiki "wiki/Chat_log.wiki" is not removed during "make clean" due to a typo in the file name. Fixes: ffd8575eb1099413 ("chatlog: Auto update for Chat log") Signed-off-by: Geert Uytterhoeven --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6dccd70..12f486a 100644 --- a/Makefile +++ b/Makefile @@ -71,4 +71,4 @@ finds: clean: @rm -fr html @rm -fr *.html - @rm -fr wiki/Chatlog.wiki + @rm -fr wiki/Chat_log.wiki -- cgit v1.2.3