Commit cde5115f authored by Benjamin Peterson's avatar Benjamin Peterson

use Sphinx 0.6.3

parent 2fb77bd6
...@@ -32,7 +32,7 @@ help: ...@@ -32,7 +32,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-0.6.2/sphinx tools/sphinx; \ svn checkout $(SVNROOT)/external/Sphinx-0.6.3/sphinx tools/sphinx; \
fi fi
@if [ ! -d tools/docutils ]; then \ @if [ ! -d tools/docutils ]; then \
echo "Checking out Docutils..."; \ echo "Checking out Docutils..."; \
......
...@@ -34,7 +34,7 @@ echo. ...@@ -34,7 +34,7 @@ echo.
goto end goto end
:checkout :checkout
svn co %SVNROOT%/external/Sphinx-0.6.2/sphinx tools/sphinx svn co %SVNROOT%/external/Sphinx-0.6.3/sphinx tools/sphinx
svn co %SVNROOT%/external/docutils-0.5/docutils tools/docutils svn co %SVNROOT%/external/docutils-0.5/docutils tools/docutils
svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2 svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2
svn co %SVNROOT%/external/Pygments-0.11.1/pygments tools/pygments svn co %SVNROOT%/external/Pygments-0.11.1/pygments tools/pygments
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment