mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
parent
23196a564b
commit
896c4777c6
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ def buildPythonDocs():
|
||||||
curDir = os.getcwd()
|
curDir = os.getcwd()
|
||||||
os.chdir(buildDir)
|
os.chdir(buildDir)
|
||||||
runCommand('make update')
|
runCommand('make update')
|
||||||
runCommand('make html')
|
runCommand("make html PYTHON='%s'" % os.path.abspath(sys.executable))
|
||||||
os.chdir(curDir)
|
os.chdir(curDir)
|
||||||
if not os.path.exists(docdir):
|
if not os.path.exists(docdir):
|
||||||
os.mkdir(docdir)
|
os.mkdir(docdir)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue