summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-06-19 22:35:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-06-19 22:35:20 (GMT)
commita1b77584f213820ee5358b3c354b8f4b9221fd5c (patch)
treed6aba3a65d5fa0f377dfbb9c406a5205d5277e1f /Makefile.pre.in
parente53be4e8557a5e99e67406c02f07ac290f0cefb6 (diff)
downloadcpython-a1b77584f213820ee5358b3c354b8f4b9221fd5c.zip
cpython-a1b77584f213820ee5358b3c354b8f4b9221fd5c.tar.gz
cpython-a1b77584f213820ee5358b3c354b8f4b9221fd5c.tar.bz2
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.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in7
1 files changed, 7 insertions, 0 deletions
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 @@ frameworkinstallunixtools:
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) \