]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: fix 'make-version' to use git-or-darcs, not just darcs
authorBrian Warner <warner@lothar.com>
Thu, 12 Jan 2012 21:06:54 +0000 (13:06 -0800)
committerBrian Warner <warner@lothar.com>
Thu, 12 Jan 2012 21:06:54 +0000 (13:06 -0800)
Makefile

index 9b4225db475a988901a01b91867dbffa11110580..38bb647994425717c8d83bbffb1211caf410abcd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,10 @@ SOURCES=src/allmydata src/buildtest static misc bin/tahoe-script.template twiste
 
 .PHONY: make-version build
 
-# The 'darcsver' setup.py command comes in the 'darcsver' package:
-# http://pypi.python.org/pypi/darcsver It is necessary only if you want to
-# automatically produce a new _version.py file from the current darcs history.
+# This is necessary only if you want to automatically produce a new
+# _version.py file from the current git/darcs history.
 make-version:
-       $(PYTHON) ./setup.py darcsver --count-all-patches
+       $(PYTHON) ./setup.py update_version
 
 .built:
        $(MAKE) build