summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-08 18:45:42 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-08 21:43:42 +0100
commit234a9cad19d98c7b301a1cbfd0520ef854f15515 (patch)
tree0a8e5cd7eef2474eacdb0ff6a521baede0cd508a /.gitignore
parent24508503b85e22939ed247990bf1421e86cccd32 (diff)
downloadautomake-234a9cad19d98c7b301a1cbfd0520ef854f15515.tar.gz
release: generate a stub for the release announcement
It's much better than having to write it my hand each time; after all, most of it is either boilerplate or a cope of NEWS entries. * Makefile.am (determine_release_type): Also set the shell variable '$announcement_type' appropriately. (print-release-type): Print the value of this new variable as well. (announcement): New phony target, generate a files with the same name. The recipe uses the shell variable '$announcement_type'. (CLEANFILES): Clean it. (PACKAGE_MAILINGLIST): New make macro, used when generating the 'announcement' file. * HACKING: Explain how to take advantage of the new convenience target. * .gitignore: Ignore the 'announcement' file. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3bcdc9dec..9ead89c2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/announcement
/ChangeLog
/aclocal.m4
/configure