maint.mk: requiring "make major" was annoying, for a "minor" release.
authorJim Meyering <meyering@redhat.com>
Thu, 1 Oct 2009 08:09:30 +0000 (10:09 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 1 Oct 2009 08:09:30 +0000 (10:09 +0200)
commit1c233a6b61e3aca04d0edd02ad31a276d35bfcf4
tree3a0176c44d91fa746ad3093edf4751d9e7aec18a
parent031df21c6364b13eda68722c44d7d08e9ce7db39
maint.mk: requiring "make major" was annoying, for a "minor" release.

What is intended is "stable", to contrast with alpha and beta,
so require "make stable", not "make major".
* build-aux/announce-gen (%valid_release_types): s/major/stable/.
(get_tool_versions): Likewise.
* top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
ChangeLog
build-aux/announce-gen
top/maint.mk