From e003125b0400d055ba961b89eea094bf6774b1b2 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 29 Jul 2013 18:29:17 +0200 Subject: 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 --- Misc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Misc') diff --git a/Misc b/Misc index 4acf920..f06d095 100644 --- a/Misc +++ b/Misc @@ -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 -- cgit v1.2.3-54-g00ecf