From 634fddf161d80503d0e1cef59272152611317a76 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sat, 13 Jul 2013 17:31:35 +0200 Subject: make: put newline after Git people Place a newline after GIT_PEOPLE in the mail announcement target. Signed-off-by: Daniel Borkmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e32f6f..4cdec61 100644 --- a/Makefile +++ b/Makefile @@ -307,7 +307,7 @@ announcement: $(Q)echo -e " *** BLURB HERE ***\n" >> .MAIL_MSG $(Q)echo -e "Contributors since last release:\n" >> .MAIL_MSG $(GIT_PEOPLE) >> .MAIL_MSG - $(Q)echo -e "Git changelog since the last release:\n" >> .MAIL_MSG + $(Q)echo -e "\nGit changelog since the last release:\n" >> .MAIL_MSG $(GIT_LOG) >> .MAIL_MSG release: announcement tag tarball -- cgit v1.2.3-54-g00ecf