Moved various files over from the release23-maint branch.
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build
index ee5c450..db6e2fb 100755
--- a/Mac/OSX/Dist/build
+++ b/Mac/OSX/Dist/build
@@ -5,9 +5,9 @@
# TODO: Parameterize the versions, builddirs, etc...
# Script configs
-PYVERSION=2.3rc1plus
-PYVER=2.3
-BUILDNUM=8
+PYVERSION=2.4a0
+PYVER=2.4
+BUILDNUM=1
DOCLEANUP=no
PROGDIR="`dirname \"$0\"`"
@@ -133,7 +133,7 @@
# ...and then make a disk image containing the package.
mv MacPython-OSX.pkg $DMGDIR/root
-cp $RESOURCEDIR/Welcome.txt $DMGDIR/root/README.txt
+cp $RESOURCEDIR/ReadMe.txt $DMGDIR/root/ReadMe.txt
$PROGDIR/makedmg $DMGDIR/root $DMGDIR MacPython-OSX-$PYVERSION-$BUILDNUM
echo Moving $DMGDIR/MacPython-OSX-$PYVERSION-$BUILDNUM to $DESTDIR