From 8e9ab931369089832ef3e780ecf47933b9c25b58 Mon Sep 17 00:00:00 2001 From: Russell Steicke Date: Wed, 6 Aug 2008 10:43:48 +0800 Subject: [PATCH] Pretty print the help creation commands in Makefile. Print "[HELP] cmdname" while compiling the tg-cmdname.txt files. Signed-off-by: Russell Steicke Signed-off-by: Petr Baudis --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 238d07d..2975f29 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,9 @@ tg $(commands_out) $(hooks_out): % : %.sh mv $@+ $@ $(help_out): README - ./create-help.sh `echo $@ | sed -e 's/tg-//' -e 's/\.txt//'` + @CMD=`echo $@ | sed -e 's/tg-//' -e 's/\.txt//'` && \ + echo '[HELP]' $$CMD && \ + ./create-help.sh $$CMD install:: all install tg "$(bindir)" -- 2.30.2