summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Makefile
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 /Mac/OSX/Makefile
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 'Mac/OSX/Makefile')
-rw-r--r--Mac/OSX/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index 5b28e02..62f444e 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -243,3 +243,11 @@ installunixtools:
echo "exec \"$(INSTALLED_PYTHONW)\" \"\$$@\"" >> pythonw.sh
$(INSTALL) pythonw.sh $(DESTDIR)$(bindir)/pythonw$(VERSION)
$(INSTALL_SYMLINK) pythonw$(VERSION) $(DESTDIR)$(bindir)/pythonw
+
+installextras:
+ $(INSTALL) -d $(DESTDIR)$(PYTHONAPPSDIR)/Extras
+ $(INSTALL) $(srcdir)/Mac/OSX/Extras.ReadMe.txt $(DESTDIR)$(PYTHONAPPSDIR)/Extras/ReadMe
+ $(BUILDPYTHON) $(srcdir)/Mac/OSX/Extras.install.py $(srcdir)/Demo \
+ $(DESTDIR)$(PYTHONAPPSDIR)/Extras/Demo
+ $(BUILDPYTHON) $(srcdir)/Mac/OSX/Extras.install.py $(srcdir)/Tools \
+ $(DESTDIR)$(PYTHONAPPSDIR)/Extras/Tools \ No newline at end of file