Use "git tag", not "git-tag", in preparation for git-1.6.0.
authorJim Meyering <meyering@redhat.com>
Fri, 29 Feb 2008 08:16:59 +0000 (09:16 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 29 Feb 2008 12:35:52 +0000 (13:35 +0100)
* Makefile.maint (VC-tag): Remove '-': s/git-tag/git tag/

Makefile.maint

index 0f74377..07fed76 100644 (file)
@@ -30,7 +30,7 @@ GZIP_ENV = '--no-name --best $(gzip_rsyncable)'
 CVS = cvs
 GIT = git
 VC = $(GIT)
-VC-tag = git-tag -s -m '$(VERSION)'
+VC-tag = git tag -s -m '$(VERSION)'
 
 CVS_LIST = build-aux/vc-list-files