Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4af280ee
Commit
4af280ee
authored
Apr 05, 2009
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#5444: adapt make.bat to new htmlhelp output file name.
parent
d4315191
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Doc/make.bat
Doc/make.bat
+2
-1
No files found.
Doc/make.bat
View file @
4af280ee
...
...
@@ -4,6 +4,7 @@ setlocal
set
SVNROOT
=
http
://svn.python.org/projects
if
"
%PYTHON%
"
EQU
""
set
PYTHON
=
..\pcbuild\python
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
if
"
%
1"
EQU
""
goto
help
if
"
%
1"
EQU
"html"
goto
build
...
...
@@ -51,7 +52,7 @@ if not exist build mkdir build
if
not
exist
build
\
%
1
mkdir
build
\
%
1
if
not
exist
build
\doctrees
mkdir
build
\doctrees
cmd
/C
%PYTHON%
tools
\sphinx
-build
.py
-b
%
1
-dbuild
\doctrees .
build
\
%
*
if
"
%
1"
EQU
"htmlhelp"
"
%HTMLHELP%
"
build
\htmlhelp\py
doc
.hhp
if
"
%
1"
EQU
"htmlhelp"
"
%HTMLHELP%
"
build
\htmlhelp\py
thon
%DISTVERSION
:.
=
%
.hhp
goto
end
:end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment