announcement: can be generated from development snapshots as well
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 30 May 2013 13:16:44 +0000 (15:16 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 30 May 2013 13:16:44 +0000 (15:16 +0200)
commit8d579d6a852e177e1e8d11c7c0935307c25de7d9
tree5cba95a7b45f924cdc94dd2f1f11cc7c55092551
parent765f951dac933a5e190c9e1ed5bd4e99f1936360
announcement: can be generated from development snapshots as well

And not only from checkouts corresponding exactly from a beta
or stable release.  That was only getting in the way of proper
testing for the 'announcement' recipe.

* maint.mk (determine_release_type): If the make variable
DEVEL_SNAPSHOT is set, do not error out if the current version
denotes a development snapshot (e.g., "1.13.2c" or "1.99a").
(announcement): Relax, by also accepting to run from development
snapshots, not only stable or beta releases.  Do so by defining
the target-specific variable DEVEL_SNAPSHOT to "yes".

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
maint.mk