From 9ea0a60d88f46a1ce27de2c15789822d79324b3f Mon Sep 17 00:00:00 2001 From: Martin Kraft Date: Fri, 9 Aug 2019 10:22:33 -0400 Subject: [PATCH] Includes 'i18n-extract' in 'make help' output. (#11841) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b2d93c62c..893bbc6e64 100644 --- a/Makefile +++ b/Makefile @@ -466,4 +466,4 @@ endif ## Help documentatin à la https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html help: - @grep -E '^[a-zA-Z_-]+:.*?## .*$$' ./Makefile | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' + @grep -E '^[0-9a-zA-Z_-]+:.*?## .*$$' ./Makefile | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'