[Zope-Checkins] SVN: Zope/branches/2.10/inst/Makefile.win.in create lib/python/Zope2/version_txt

Andreas Jung andreas at andreas-jung.com
Thu Nov 23 11:27:00 EST 2006


Log message for revision 71283:
  create lib/python/Zope2/version_txt 
  

Changed:
  U   Zope/branches/2.10/inst/Makefile.win.in

-=-
Modified: Zope/branches/2.10/inst/Makefile.win.in
===================================================================
--- Zope/branches/2.10/inst/Makefile.win.in	2006-11-23 15:16:41 UTC (rev 71282)
+++ Zope/branches/2.10/inst/Makefile.win.in	2006-11-23 16:27:00 UTC (rev 71283)
@@ -82,7 +82,7 @@
 
 # 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 @@
 	-$(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).
 #



More information about the Zope-Checkins mailing list