Added a target frameworkinstallextras (OSX framework build specific,
and not part of a normal frameworkinstall) that installs Demo and Tools
and a readme file into /Applications/MacPython-2.3/Extras. This will
give people access to the demos and tools if they instal Python through
the binary installer.
diff --git a/Makefile.pre.in b/Makefile.pre.in
index c6f191c..01ec10a 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -870,6 +870,13 @@
 		DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
 		srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR)
 
+# This installs the Demos and Tools into the applications directory.
+# It is not part of a normal frameworkinstall
+frameworkinstallextras:
+	$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installextras \
+		BUILDPYTHON=./$(BUILDPYTHON) DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
+		srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR)
+
 # This installs a few of the useful scripts in Tools/scripts
 scriptsinstall:
 	SRCDIR=$(srcdir) $(RUNSHARED) \