maint.mk: fix "release" target to build _version
authorJim Meyering <meyering@fb.com>
Sun, 27 Oct 2013 02:26:13 +0000 (19:26 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 27 Oct 2013 02:26:35 +0000 (19:26 -0700)
commit4c2f17d2a671eb6fc6ae318647040598f67705cc
tree794225969f3eccbfc3d1cc48e60fa924adf7f08e
parent6b24f60dad0f97704ae07d9688de7f31c1923bf7
maint.mk: fix "release" target to build _version

This fixes a bug in README-release whereby following the outlined
steps, one would publish a tarball whose programs would report
--version output not consistent with the package version number.
This bug caused grep-2.15 to produce a grep program whose
--version option made it print 2.14.56-1e3d rather than 2.15.
* top/maint.mk (release): Making this target build "_version"
ensures that the new version number is reflected in configure.
ChangeLog
top/maint.mk