summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-29 18:58:43 +0200
committerJim Meyering <meyering@redhat.com>2011-04-29 18:58:43 +0200
commite82aa5d1a3c12cf3bbc7148182a2d1af33aa209d (patch)
tree4f7c30dd8bffd21281d3f5b79602059013a42e65
parent3864a29763baff1d01895a57f73729fd53cc5fbf (diff)
downloadgnulib-e82aa5d1a3c12cf3bbc7148182a2d1af33aa209d.tar.gz
maint.mk: remove unused VC-tag variable
* top/maint.mk (VC-tag): Remove unused variable.
-rw-r--r--ChangeLog5
-rw-r--r--top/maint.mk1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 874a093e3a..6dc12448d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-29 Jim Meyering <meyering@redhat.com>
+
+ maint.mk: remove unused VC-tag variable
+ * top/maint.mk (VC-tag): Remove unused variable.
+
2011-04-29 Bruno Haible <bruno@clisp.org>
netdb: fix gai_strerror replacements
diff --git a/top/maint.mk b/top/maint.mk
index 47cb44ee26..8727b3f4c8 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -33,7 +33,6 @@ GZIP_ENV = '--no-name --best $(gzip_rsyncable)'
GIT = git
VC = $(GIT)
-VC-tag = git tag -s -m '$(VERSION)' 'v$(VERSION)' -u '$(gpg_key_ID)'
VC_LIST = $(build_aux)/vc-list-files -C $(srcdir)