File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,6 +180,8 @@ $(INSTALLED_PYTHONAPP): install_Python
180180installextras : $(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
185187checkapplepython : $(srcdir ) /Tools/fixapplepython23.py
Original file line number Diff line number Diff line change @@ -226,6 +226,10 @@ Build
226226Tools/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.
You can’t perform that action at this time.
0 commit comments