Merge with 3.2: Issue #17386

This commit is contained in:
Terry Jan Reedy 2013-03-13 21:35:07 -04:00
commit ac356fcf8e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
setlocal
set SVNROOT=http://svn.python.org/projects
if "%PYTHON%" EQU "" set PYTHON=..\pcbuild\python
if "%PYTHON%" EQU "" set PYTHON=py -2
if "%HTMLHELP%" EQU "" set HTMLHELP=%ProgramFiles%\HTML Help Workshop\hhc.exe
if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/sphinxext/patchlevel.py`) do set DISTVERSION=%%v