mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 10:20:59 +00:00
Makefile: fix 'make-version' to use git-or-darcs, not just darcs
This commit is contained in:
parent
76e7f0ad4b
commit
f62c25f419
7
Makefile
7
Makefile
@ -14,11 +14,10 @@ SOURCES=src/allmydata src/buildtest static misc bin/tahoe-script.template twiste
|
|||||||
|
|
||||||
.PHONY: make-version build
|
.PHONY: make-version build
|
||||||
|
|
||||||
# The 'darcsver' setup.py command comes in the 'darcsver' package:
|
# This is necessary only if you want to automatically produce a new
|
||||||
# http://pypi.python.org/pypi/darcsver It is necessary only if you want to
|
# _version.py file from the current git/darcs history.
|
||||||
# automatically produce a new _version.py file from the current darcs history.
|
|
||||||
make-version:
|
make-version:
|
||||||
$(PYTHON) ./setup.py darcsver --count-all-patches
|
$(PYTHON) ./setup.py update_version
|
||||||
|
|
||||||
.built:
|
.built:
|
||||||
$(MAKE) build
|
$(MAKE) build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user