summaryrefslogtreecommitdiffstats
path: root/Mac/Makefile.in
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-01-15 05:05:53 (GMT)
committerNed Deily <nad@acm.org>2011-01-15 05:05:53 (GMT)
commit916f2a860eaf156bd6584fe8b4afd79f0c760aa1 (patch)
treeaff17d04f2f0d451853524302668c6f00f050146 /Mac/Makefile.in
parent2272670495975a5bd193dfecb5584c3eea7b1e9b (diff)
downloadcpython-916f2a860eaf156bd6584fe8b4afd79f0c760aa1.zip
cpython-916f2a860eaf156bd6584fe8b4afd79f0c760aa1.tar.gz
cpython-916f2a860eaf156bd6584fe8b4afd79f0c760aa1.tar.bz2
#10843: Install the Tools directory on OS X in the applications
Extras (/Applications/Python 3.n/Extras/) where the Demo directory had previous been installed.
Diffstat (limited to 'Mac/Makefile.in')
-rw-r--r--Mac/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Makefile.in b/Mac/Makefile.in
index 7be4625..bc0c90d 100644
--- a/Mac/Makefile.in
+++ b/Mac/Makefile.in
@@ -180,6 +180,8 @@ $(INSTALLED_PYTHONAPP): install_Python
installextras: $(srcdir)/Extras.ReadMe.txt $(srcdir)/Extras.install.py
$(INSTALL) -d "$(DESTDIR)$(PYTHONAPPSDIR)/Extras"
$(INSTALL) $(srcdir)/Extras.ReadMe.txt "$(DESTDIR)$(PYTHONAPPSDIR)/Extras/ReadMe.txt"
+ $(RUNSHARED) $(BUILDPYTHON) $(srcdir)/Extras.install.py $(srcdir)/../Tools \
+ "$(DESTDIR)$(PYTHONAPPSDIR)/Extras/Tools"
checkapplepython: $(srcdir)/Tools/fixapplepython23.py