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

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to