From 916f2a860eaf156bd6584fe8b4afd79f0c760aa1 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 15 Jan 2011 05:05:53 +0000 Subject: [PATCH] #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. --- Mac/Makefile.in | 2 ++ Misc/NEWS | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Mac/Makefile.in b/Mac/Makefile.in index 7be4625748..bc0c90d968 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 diff --git a/Misc/NEWS b/Misc/NEWS index c84efe1952..08d5398ac6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -226,6 +226,10 @@ Build Tools/Demos ----------- +- Issue #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. + - Issue #7962: The Demo directory is gone. Most of the old and unmaintained demos have been removed, others integrated in documentation or a new Tools/demo subdirectory. -- 2.50.1