mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
#3414: run install_Python when installing Python.
This commit is contained in:
parent
aed4bd4491
commit
59f8d83b33
1 changed files with 4 additions and 3 deletions
|
|
@ -45,10 +45,11 @@ DOCDIR=$(srcdir)/Resources/app/Resources/English.lproj/Documentation
|
|||
DOCINDEX=$(DOCDIR)/"Documentation idx"
|
||||
compileall=$(srcdir)/../Lib/compileall.py
|
||||
|
||||
installapps: install_PythonLauncher install_IDLE checkapplepython install_pythonw \
|
||||
install_versionedtools
|
||||
installapps: install_Python install_PythonLauncher install_IDLE \
|
||||
checkapplepython install_pythonw install_versionedtools
|
||||
|
||||
installapps4way: install_Python4way install_BuildApplet install_PythonLauncher install_IDLE install_pythonw4way install_versionedtools
|
||||
installapps4way: install_Python4way install_PythonLauncher \
|
||||
install_IDLE install_pythonw4way install_versionedtools
|
||||
|
||||
|
||||
install_pythonw: pythonw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue