[Zope-Checkins] SVN: Zope/branches/2.10/inst/Makefile.in "make
	instance" also invokes "make version_txt"
    Andreas Jung 
    andreas at andreas-jung.com
       
    Wed Nov 22 11:41:51 EST 2006
    
    
  
Log message for revision 71273:
  "make instance" also invokes "make version_txt"
  
Changed:
  U   Zope/branches/2.10/inst/Makefile.in
-=-
Modified: Zope/branches/2.10/inst/Makefile.in
===================================================================
--- Zope/branches/2.10/inst/Makefile.in	2006-11-22 16:41:02 UTC (rev 71272)
+++ Zope/branches/2.10/inst/Makefile.in	2006-11-22 16:41:50 UTC (rev 71273)
@@ -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