summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-13 17:31:35 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-13 17:31:35 +0200
commit634fddf161d80503d0e1cef59272152611317a76 (patch)
tree1cf0b77ea24b25aaf980f728abf4bedaa4f27c44
parent7d78f8f57b5446e3ddfbb27cc8e9b48c23c52b45 (diff)
make: put newline after Git people
Place a newline after GIT_PEOPLE in the mail announcement target. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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