diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-29 18:29:17 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-29 18:38:56 +0200 |
commit | e003125b0400d055ba961b89eea094bf6774b1b2 (patch) | |
tree | d4c8b64232f1b1ac08387752c8517826f1ab1382 /Misc | |
parent | 6d2916e324213f66b036d585f214161ece2d1b56 (diff) |
build: fix up GIT_PEOPLE and GIT_LOG macros
Fix them up so that a proper changelog can be generated automatically.
Also while at it, add two "hidden" targets that can be used to test
their output.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ tarball: tarball.gz tarball.bz2 tarball.xz tag: $(GIT_TAG) +people: + $(GIT_PEOPLE) + +log: + $(GIT_LOG) + announcement: $(Q)echo -e "netsniff-ng $(VERSION_SHORT) has been released to the public (http://netsniff-ng.org/).\n" > .MAIL_MSG $(Q)echo -e "It can be fetched via Git, through:\n" >> .MAIL_MSG |