Commit 896c4777 authored by Martin v. Löwis's avatar Martin v. Löwis

Issue #8475: Pass absolute interpreter path to

"make html".
parent 23196a56
......@@ -728,7 +728,7 @@ def buildPythonDocs():
curDir = os.getcwd()
os.chdir(buildDir)
runCommand('make update')
runCommand('make html')
runCommand("make html PYTHON='%s'" % os.path.abspath(sys.executable))
os.chdir(curDir)
if not os.path.exists(docdir):
os.mkdir(docdir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment