mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
Update to 1.0.7.
This commit is contained in:
parent
5cc3dcb191
commit
6dc50f34dd
3 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ help:
|
||||||
checkout:
|
checkout:
|
||||||
@if [ ! -d tools/sphinx ]; then \
|
@if [ ! -d tools/sphinx ]; then \
|
||||||
echo "Checking out Sphinx..."; \
|
echo "Checking out Sphinx..."; \
|
||||||
svn checkout $(SVNROOT)/external/Sphinx-1.0.5/sphinx tools/sphinx; \
|
svn checkout $(SVNROOT)/external/Sphinx-1.0.7/sphinx tools/sphinx; \
|
||||||
fi
|
fi
|
||||||
@if [ ! -d tools/docutils ]; then \
|
@if [ ! -d tools/docutils ]; then \
|
||||||
echo "Checking out Docutils..."; \
|
echo "Checking out Docutils..."; \
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@ Without make
|
||||||
|
|
||||||
You'll need to install the Sphinx package, either by checking it out via ::
|
You'll need to install the Sphinx package, either by checking it out via ::
|
||||||
|
|
||||||
svn co http://svn.python.org/projects/external/Sphinx-1.0.5/sphinx tools/sphinx
|
svn co http://svn.python.org/projects/external/Sphinx-1.0.7/sphinx tools/sphinx
|
||||||
|
|
||||||
or by installing it from PyPI.
|
or by installing it from PyPI.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ echo.
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
:checkout
|
:checkout
|
||||||
svn co %SVNROOT%/external/Sphinx-1.0.5/sphinx tools/sphinx
|
svn co %SVNROOT%/external/Sphinx-1.0.7/sphinx tools/sphinx
|
||||||
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
|
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
|
||||||
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
|
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
|
||||||
svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments
|
svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue