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

Modified Files:
      Tag: Zope-2_7-branch
        Makefile.win.in 
Log Message:

- A quote too much there


=== Zope/inst/Makefile.win.in 1.6.2.4 => 1.6.2.5 ===
--- Zope/inst/Makefile.win.in:1.6.2.4   Wed Apr 13 01:36:26 2005
+++ Zope/inst/Makefile.win.in   Thu Apr 21 10:10:19 2005
@@ -59,7 +59,7 @@
 
 # version_txt: create a version file in lib/python/version.txt
 version_txt:
-       echo "Zope $(MAJOR_VERSION).$(MINOR_VERSION)-$(RELEASE_TAG)" >\
+       echo Zope $(MAJOR_VERSION).$(MINOR_VERSION)-$(RELEASE_TAG) >\
           "$(BASE_DIR)/lib/python/version.txt"
 
 # clean:       Delete the build files and any binaries/bytecode files in
@@ -67,6 +67,6 @@
 clean: unbuild
        $(CD) "$(BASE_DIR)
        -$(RM) /s *.pyc *.pyo *.dll *.o *.obj *.pyd
-
+       -$(RM) (BASE_DIR)/lib/python/version.txt
 
 

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

Reply via email to