guard against inserting a NEWS entry into a block for a prior release
authorJim Meyering <meyering@redhat.com>
Tue, 22 Apr 2008 08:45:21 +0000 (10:45 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 22 Apr 2008 08:45:21 +0000 (10:45 +0200)
commit68466d44b1ff35383271930c12186b3d2fd53976
tree8d15503a192fa85cf82e299a9dc059abe5bf698f
parent79a98d9bc1ee67dadc8df376d336c4f1270c464d
guard against inserting a NEWS entry into a block for a prior release

Without a guard like this, it is far too easy to apply a patch
prepared against a preceding release, and not notice that a NEWS
entry is inserted into the wrong block.
* maint.mk (sc_immutable_NEWS): New rule.
(update-NEWS-hash): New rule to update the hard-coded hash.
maint.mk