summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-07-21 10:31:52 -0600
committerEric Blake <eblake@redhat.com>2010-07-21 16:16:39 -0600
commit6b16d0ac0408b4bbbca9e8b652e382ee806394fb (patch)
treeb60316f471339d8028805c689b646687b01fc081 /maint.mk
parent9571a4b32323cfd52f8f47f54ecfe5868b43e17d (diff)
downloadautoconf-6b16d0ac0408b4bbbca9e8b652e382ee806394fb.tar.gz
Prepare for release.
* maint.mk (PREV_VERSION_REGEXP): New macro, missed when backporting update-NEWS_hash from gnulib. * cfg.mk (old_NEWS_hash): Correctly generate. * build-aux/gendocs.sh: Temporarily break sync from upstream, to avoid including spurious directories in info source tarball. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/maint.mk b/maint.mk
index efc5062c..99af2ff1 100644
--- a/maint.mk
+++ b/maint.mk
@@ -51,6 +51,7 @@ endif
PREV_VERSION := $(shell cat $(prev_version_file) 2>/dev/null)
VERSION_REGEXP = $(subst .,\.,$(VERSION))
+PREV_VERSION_REGEXP = $(subst .,\.,$(PREV_VERSION))
this-vc-tag = v$(VERSION)
this-vc-tag-regexp = v$(VERSION_REGEXP)