summaryrefslogtreecommitdiffstats
path: root/Doc/make.bat
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 20:56:38 (GMT)
committerGeorg Brandl <georg@python.org>2014-09-30 20:56:38 (GMT)
commit61bd1dcf9bde6e64408392765d649c057a8fc81b (patch)
tree5947147361e896938f105eaebe90e0300ebb8345 /Doc/make.bat
parentc8da4287a774fe8f26d6c47c501cf17a365ab922 (diff)
downloadcpython-61bd1dcf9bde6e64408392765d649c057a8fc81b.zip
cpython-61bd1dcf9bde6e64408392765d649c057a8fc81b.tar.gz
cpython-61bd1dcf9bde6e64408392765d649c057a8fc81b.tar.bz2
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
Diffstat (limited to 'Doc/make.bat')
-rw-r--r--Doc/make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/make.bat b/Doc/make.bat
index b26826e..c8f6082 100644
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -12,7 +12,7 @@ if DEFINED ProgramFiles(x86) set _PRGMFLS=%ProgramFiles(x86)%
if NOT DEFINED ProgramFiles(x86) set _PRGMFLS=%ProgramFiles%
if "%HTMLHELP%" EQU "" set HTMLHELP=%_PRGMFLS%\HTML Help Workshop\hhc.exe
-if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/sphinxext/patchlevel.py`) do set DISTVERSION=%%v
+if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/patchlevel.py`) do set DISTVERSION=%%v
if "%BUILDDIR%" EQU "" set BUILDDIR=build