From 6b16d0ac0408b4bbbca9e8b652e382ee806394fb Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 21 Jul 2010 10:31:52 -0600 Subject: 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 --- maint.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'maint.mk') 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) -- cgit v1.2.1