Commit 95897746 authored by Andreas Jung's avatar Andreas Jung

create lib/python/Zope2/version_txt

parent d95ff1a1
......@@ -82,7 +82,7 @@ test: inplace
# instance: Do an inplace build and create an instance home in the resulting
# software home.
instance: build
instance: build version_txt
$(PYTHON) "$(BASE_DIR)\utilities\mkzopeinstance.py" $(MKZ_FLAGS)
# testinst: Perform an inplace build and create an instance home in the
......@@ -108,10 +108,10 @@ clean:
-$(EXISTS) "$(BASE_DIR)\lib\python\version.txt" $(RM) "$(BASE_DIR)\lib\python\version.txt"
-$(EXISTS) build $(RMRF) build
# version_txt: create a version file in lib/python/version.txt
# version_txt: create a version file in lib/python/Zope2/version.txt
version_txt:
echo Zope $(MAJOR_VERSION).$(MINOR_VERSION)-$(RELEASE_TAG) > \
"$(BASE_DIR)/lib/python/version.txt"
"$(BASE_DIR)/lib/python/Zope2/version.txt"
# sdist: Create a source distribution file (implies clobber).
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment