From 4a5d10eb2d0902ec92822a1201c2905339633d0c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 22 Sep 2017 16:15:11 -1000 Subject: [PATCH] tools: make: tweak commit messages --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c788d4303..f9567ce61 100644 --- a/Makefile +++ b/Makefile @@ -1394,7 +1394,7 @@ gencabal: $$(CABALFILES) #$(call def-help,gencabal, regenerate cabal files from updatecabal: gencabal $(call def-help,updatecabal, regenerate and commit cabal files (might need -B) ) @read -p "please review changes then press enter to commit: $(CABALFILES)" - git commit -m "regenerate cabal files" $(CABALFILES) + git commit -m "update cabal files" $(CABALFILES) # we call in shake for this job; so dependencies aren't checked here genmanuals: Shake #$(call def-help,genmanuals, regenerate embedded manuals (might need -B) ) @@ -1402,7 +1402,7 @@ genmanuals: Shake #$(call def-help,genmanuals, regenerate embedded manuals (migh updatemanuals: genmanuals $(call def-help,updatemanuals, regenerate embedded manuals and commit (might need -B) ) @read -p "please review changes then press enter to commit: $(shell ls hledger*/doc/*.[15]*)" - git commit -m "regenerate embedded manuals" hledger*/doc/*.[15]* + git commit -m "update embedded manuals" hledger*/doc/*.[15]* tagrelease: \