mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Merged revisions 80366 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
  r80366 | martin.v.loewis | 2010-04-22 15:16:44 +0200 (Do, 22 Apr 2010) | 10 lines
  Merged revisions 80355 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk
  ........
    r80355 | martin.v.loewis | 2010-04-22 13:34:36 +0200 (Do, 22 Apr 2010) | 3 lines
    Issue #8475: Pass absolute interpreter path to
    "make html".
  ........
................
			
			
This commit is contained in:
		
							parent
							
								
									2f2a070af7
								
							
						
					
					
						commit
						621522b92c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -734,7 +734,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
	
	 Martin v. Löwis
						Martin v. Löwis