[Zope-Checkins] SVN: Zope/branches/2.9/inst/Makefile.in make
instance now executes also the 'version_txt' target
Andreas Jung
andreas at andreas-jung.com
Wed Nov 22 11:41:04 EST 2006
Log message for revision 71272:
make instance now executes also the 'version_txt' target
Changed:
U Zope/branches/2.9/inst/Makefile.in
-=-
Modified: Zope/branches/2.9/inst/Makefile.in
===================================================================
--- Zope/branches/2.9/inst/Makefile.in 2006-11-22 15:59:48 UTC (rev 71271)
+++ Zope/branches/2.9/inst/Makefile.in 2006-11-22 16:41:02 UTC (rev 71272)
@@ -81,7 +81,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
More information about the Zope-Checkins
mailing list