[Python-checkins] python/dist/src/Mac/OSX/Dist build,1.12,1.12.2.1

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 30 Jul 2003 07:57:34 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX/Dist
In directory sc8-pr-cvs1:/tmp/cvs-serv26257

Modified Files:
      Tag: release23-branch
	build 
Log Message:
Files used to build binary MacPython-2.3 installer.


Index: build
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Dist/build,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -d -r1.12 -r1.12.2.1
*** build	23 Jul 2003 10:51:55 -0000	1.12
--- build	30 Jul 2003 14:57:31 -0000	1.12.2.1
***************
*** 6,12 ****
  
  # Script configs
! PYVERSION=2.3rc1plus
  PYVER=2.3
! BUILDNUM=8
  DOCLEANUP=no
  
--- 6,12 ----
  
  # Script configs
! PYVERSION=2.3
  PYVER=2.3
! 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