[Zope-Checkins] SVN: Zope/branches/2.10/inst/Makefile.in create
lib/python/Zope2/version.txt instead of
lib/python/version.txcreate lib/python/Zope2/version.txt
instead of lib/python/version.txtt
Andreas Jung
andreas at andreas-jung.com
Wed Nov 22 13:18:27 EST 2006
Log message for revision 71276:
create lib/python/Zope2/version.txt instead of lib/python/version.txcreate lib/python/Zope2/version.txt instead of lib/python/version.txtt
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 18:00:34 UTC (rev 71275)
+++ Zope/branches/2.10/inst/Makefile.in 2006-11-22 18:18:27 UTC (rev 71276)
@@ -110,7 +110,7 @@
# version_txt: create a version file in lib/python/version.txt
version_txt:
printf "Zope ${MAJOR_VERSION}.${MINOR_VERSION}-${RELEASE_TAG}" >\
- "${BASE_DIR}/lib/python/version.txt"
+ "${BASE_DIR}/lib/python/Zope2/version.txt"
sdist: clobber sdist_tgz
More information about the Zope-Checkins
mailing list