[Python-checkins] python/dist/src/Mac/OSX/Dist build,1.12,1.13
jackjansen at users.sourceforge.net
jackjansen at users.sourceforge.net
Wed Nov 19 08:53:57 EST 2003
Update of /cvsroot/python/python/dist/src/Mac/OSX/Dist
In directory sc8-pr-cvs1:/tmp/cvs-serv801
Modified Files:
build
Log Message:
Moved various files over from the release23-maint branch.
Index: build
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Dist/build,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** build 23 Jul 2003 10:51:55 -0000 1.12
--- build 19 Nov 2003 13:53:55 -0000 1.13
***************
*** 6,12 ****
# Script configs
! PYVERSION=2.3rc1plus
! PYVER=2.3
! BUILDNUM=8
DOCLEANUP=no
--- 6,12 ----
# Script configs
! PYVERSION=2.4a0
! PYVER=2.4
! BUILDNUM=1
DOCLEANUP=no
***************
*** 134,138 ****
# ...and then make a disk image containing the package.
mv MacPython-OSX.pkg $DMGDIR/root
! cp $RESOURCEDIR/Welcome.txt $DMGDIR/root/README.txt
$PROGDIR/makedmg $DMGDIR/root $DMGDIR MacPython-OSX-$PYVERSION-$BUILDNUM
--- 134,138 ----
# ...and then make a disk image containing the package.
mv MacPython-OSX.pkg $DMGDIR/root
! cp $RESOURCEDIR/ReadMe.txt $DMGDIR/root/ReadMe.txt
$PROGDIR/makedmg $DMGDIR/root $DMGDIR MacPython-OSX-$PYVERSION-$BUILDNUM
More information about the Python-checkins
mailing list