summaryrefslogtreecommitdiff
path: root/Doc/make.bat
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 22:51:30 +0200
committerGeorg Brandl <georg@python.org>2014-09-30 22:51:30 +0200
commit97e9ec688c7ea49c61c803f1c87b183e32b3661c (patch)
tree29c33fb8941b0a7f2c5053756af68c1c0aa22003 /Doc/make.bat
parent2b1a0a30c9468bcb855fb8b60faaedbf5495904b (diff)
downloadcpython-git-97e9ec688c7ea49c61c803f1c87b183e32b3661c.tar.gz
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 b26826ef14..c8f608252e 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