[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.13 Makefile.win.in:1.6

Chris McDonough chrism@zope.com
Wed, 25 Jun 2003 15:30:56 -0400


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv7626/inst

Modified Files:
	Makefile.in Makefile.win.in 
Log Message:
Give mkzopeinstance and mkzeoinstance a .py extension.

Don't put zconfig script into bindir.


=== Zope/inst/Makefile.in 1.12 => 1.13 ===
--- Zope/inst/Makefile.in:1.12	Tue Jun 24 18:51:58 2003
+++ Zope/inst/Makefile.in	Wed Jun 25 15:30:26 2003
@@ -57,7 +57,7 @@
 	   --home="${PREFIX}" ${BUILD_FLAGS} ${INSTALL_FLAGS}
 	@echo
 	@echo Zope binaries installed successfully.
-	@echo Now run \'${PREFIX}/bin/mkzopeinstance\'
+	@echo Now run \'${PREFIX}/bin/mkzopeinstance.py\'
 
 # uninstall:   Uninstall a software home.
 uninstall:
@@ -81,7 +81,7 @@
 # instance:    Do an inplace build and create an instance home in the resulting
 #              software home.
 instance: inplace
-	${PYTHON} "${BASE_DIR}/bin/mkzopeinstance" ${MKZ_FLAGS} "${BASE_DIR}" 
+	${PYTHON} "${BASE_DIR}/bin/mkzopeinstance.py" ${MKZ_FLAGS} "${BASE_DIR}" 
 
 # uninstance:  Remove the instance files made by make instance (w/ prejudice)
 uninstance:


=== Zope/inst/Makefile.win.in 1.5 => 1.6 ===
--- Zope/inst/Makefile.win.in:1.5	Tue Jun 24 17:29:14 2003
+++ Zope/inst/Makefile.win.in	Wed Jun 25 15:30:26 2003
@@ -55,7 +55,7 @@
            --prefix="$(PREFIX)" $(BUILD_FLAGS) $(INSTALL_FLAGS)
 	@ echo.
 	@ echo Zope binaries installed successfully.
-	@ echo Now run '$(PYTHON) $(PREFIX)\bin\mkzopeinstance'
+	@ echo Now run '$(PYTHON) $(PREFIX)\bin\mkzopeinstance.py'
 
 # uninstall:   Uninstall a software home.
 uninstall: