summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc b/Misc
index c65c26b..1bfaebd 100644
--- a/Misc
+++ b/Misc
@@ -17,6 +17,13 @@ people:
log:
$(GIT_LOG)
+authors:
+ $(Q)echo "The following people, in alphabetical order, have authored" > AUTHORS
+ $(Q)echo "commits in the netsniff-ng repository:" >> AUTHORS
+ $(Q)echo "" >> AUTHORS
+ $(Q)contrib/extract-authors.sh >> AUTHORS
+ $(Q)cat .authors.aux >> AUTHORS
+
announcement:
$(Q)echo -e " *** BLURB HERE (general bits, optional) ***\n\n---\n" > .MAIL_MSG
$(Q)echo -e "netsniff-ng $(VERSION_SHORT) ($(NAME)) has been released to the public.\n" >> .MAIL_MSG