File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,19 +33,19 @@ help:
3333checkout :
3434 @if [ ! -d tools/sphinx ]; then \
3535 echo " Checking out Sphinx..." ; \
36- svn checkout $(SVNROOT ) /external/Sphinx-0.6.3 /sphinx tools/sphinx; \
36+ svn checkout $(SVNROOT ) /external/Sphinx-0.6.5 /sphinx tools/sphinx; \
3737 fi
3838 @if [ ! -d tools/docutils ]; then \
3939 echo " Checking out Docutils..." ; \
40- svn checkout $(SVNROOT ) /external/docutils-0.5 /docutils tools/docutils; \
40+ svn checkout $(SVNROOT ) /external/docutils-0.6 /docutils tools/docutils; \
4141 fi
4242 @if [ ! -d tools/jinja2 ]; then \
4343 echo " Checking out Jinja..." ; \
44- svn checkout $(SVNROOT ) /external/Jinja-2.1 .1/jinja2 tools/jinja2; \
44+ svn checkout $(SVNROOT ) /external/Jinja-2.3 .1/jinja2 tools/jinja2; \
4545 fi
4646 @if [ ! -d tools/pygments ]; then \
4747 echo " Checking out Pygments..." ; \
48- svn checkout $(SVNROOT ) /external/Pygments-1.1 .1/pygments tools/pygments; \
48+ svn checkout $(SVNROOT ) /external/Pygments-1.3 .1/pygments tools/pygments; \
4949 fi
5050
5151update : clean checkout
Original file line number Diff line number Diff line change @@ -77,25 +77,27 @@ A "make update" updates the Subversion checkouts in `tools/`.
7777Without make
7878------------
7979
80- You'll need to checkout the Sphinx package to the `tools/` directory ::
80+ You'll need to install the Sphinx package, either by checking it out via ::
8181
82- svn co http://svn.python.org/projects/external/Sphinx-0.6.1/sphinx tools/sphinx
82+ svn co http://svn.python.org/projects/external/Sphinx-0.6.5/sphinx tools/sphinx
83+
84+ or by installing it from PyPI.
8385
8486Then, you need to install Docutils, either by checking it out via ::
8587
86- svn co http://svn.python.org/projects/external/docutils-0.5 /docutils tools/docutils
88+ svn co http://svn.python.org/projects/external/docutils-0.6 /docutils tools/docutils
8789
8890or by installing it from http://docutils.sf.net/.
8991
9092You also need Jinja2, either by checking it out via ::
9193
92- svn co http://svn.python.org/projects/external/Jinja-2.1 .1/jinja2 tools/jinja2
94+ svn co http://svn.python.org/projects/external/Jinja-2.3 .1/jinja2 tools/jinja2
9395
9496or by installing it from PyPI.
9597
9698You can optionally also install Pygments, either as a checkout via ::
9799
98- svn co http://svn.python.org/projects/external/Pygments-1.1 .1/pygments tools/pygments
100+ svn co http://svn.python.org/projects/external/Pygments-1.3 .1/pygments tools/pygments
99101
100102or from PyPI at http://pypi.python.org/pypi/Pygments.
101103
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ echo.
3434goto end
3535
3636:checkout
37- svn co %SVNROOT% /external/Sphinx-0.6.3 /sphinx tools/sphinx
38- svn co %SVNROOT% /external/docutils-0.5 /docutils tools/docutils
39- svn co %SVNROOT% /external/Jinja-2.1 .1/jinja2 tools/jinja2
40- svn co %SVNROOT% /external/Pygments-1.1 .1/pygments tools/pygments
37+ svn co %SVNROOT% /external/Sphinx-0.6.5 /sphinx tools/sphinx
38+ svn co %SVNROOT% /external/docutils-0.6 /docutils tools/docutils
39+ svn co %SVNROOT% /external/Jinja-2.3 .1/jinja2 tools/jinja2
40+ svn co %SVNROOT% /external/Pygments-1.3 .1/pygments tools/pygments
4141goto end
4242
4343:update
You can’t perform that action at this time.
0 commit comments