Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 916f2a8

Browse files
committed
#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.
1 parent 2272670 commit 916f2a8

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Mac/Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ $(INSTALLED_PYTHONAPP): install_Python
180180
installextras: $(srcdir)/Extras.ReadMe.txt $(srcdir)/Extras.install.py
181181
$(INSTALL) -d "$(DESTDIR)$(PYTHONAPPSDIR)/Extras"
182182
$(INSTALL) $(srcdir)/Extras.ReadMe.txt "$(DESTDIR)$(PYTHONAPPSDIR)/Extras/ReadMe.txt"
183+
$(RUNSHARED) $(BUILDPYTHON) $(srcdir)/Extras.install.py $(srcdir)/../Tools \
184+
"$(DESTDIR)$(PYTHONAPPSDIR)/Extras/Tools"
183185

184186

185187
checkapplepython: $(srcdir)/Tools/fixapplepython23.py

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ Build
226226
Tools/Demos
227227
-----------
228228

229+
- Issue #10843: Install the Tools directory on OS X in the applications
230+
Extras (/Applications/Python 3.n/Extras/) where the Demo directory
231+
had previous been installed.
232+
229233
- Issue #7962: The Demo directory is gone. Most of the old and unmaintained
230234
demos have been removed, others integrated in documentation or a new
231235
Tools/demo subdirectory.

0 commit comments

Comments
 (0)