From 83657ef136b23c3f21f1c46be261f1d00720e565 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 2 Dec 2023 17:19:48 -0700 Subject: [PATCH] clean makefile help --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4782cfa..073efc9 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ help: @echo " clean Remove all build files and directories (including translations)" @echo " all Clean and make all targets" @echo " html Build the HTML documentation for all languages" - @echo " html_ Build HTML documentation for a specific language" + @echo " html_ Build HTML documentation for " @echo " update_locale Update localisation" @echo " update_locale_ Update localisation for " @echo " gettext_build Build localisation strings for translation"