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
d99fe9fe
Commit
d99fe9fe
authored
Apr 07, 2009
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix make.bat to match makefile changes
parent
3fc49ab8
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 @
d99fe9fe
...
...
@@ -33,7 +33,7 @@ echo.
goto
end
:checkout
svn
co
%SVNROOT%
/
doctools/trunk
/sphinx
tools
/sphinx
svn
co
%SVNROOT%
/
external/Sphinx
-
0
.6.1
/sphinx
tools
/sphinx
svn
co
%SVNROOT%
/external/docutils
-
0
.5/docutils
tools
/docutils
svn
co
%SVNROOT%
/external/Jinja
-
2
.1.1/jinja2
tools
/jinja
2
svn
co
%SVNROOT%
/external/Pygments
-
0
.11.1/pygments
tools
/pygments
...
...
@@ -50,6 +50,7 @@ goto end
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%
-
-version
cmd
/C
%PYTHON%
tools
\sphinx
-build
.py
-b
%
1
-dbuild
\doctrees .
build
\
%
*
if
"
%
1"
EQU
"htmlhelp"
"
%HTMLHELP%
"
build
\htmlhelp\pydoc.hhp
goto
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