mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove mentions of the Demo directory.
This commit is contained in:
parent
856898b395
commit
59b44721e3
10 changed files with 16 additions and 30 deletions
|
@ -202,10 +202,6 @@ $(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)/../Demo \
|
||||
"$(DESTDIR)$(PYTHONAPPSDIR)/Extras/Demo"
|
||||
$(RUNSHARED) $(BUILDPYTHON) $(srcdir)/Extras.install.py $(srcdir)/Demo \
|
||||
"$(DESTDIR)$(PYTHONAPPSDIR)/Extras/Demo.Mac"
|
||||
|
||||
|
||||
checkapplepython: $(srcdir)/Tools/fixapplepython23.py
|
||||
|
|
|
@ -188,8 +188,8 @@ frameworkinstall is composed of a couple of sub-targets that install the
|
|||
framework itself, the Mac subtree, the applications and the unix tools.
|
||||
|
||||
There is an extra target frameworkinstallextras that is not part of the
|
||||
normal frameworkinstall which installs the Demo and Tools directories
|
||||
into "/Applications/MacPython <VERSION>", this is useful for binary
|
||||
normal frameworkinstall which installs the Tools directory into
|
||||
"/Applications/MacPython <VERSION>", this is useful for binary
|
||||
distributions.
|
||||
|
||||
What do all these programs do?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue