Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 932c345

Browse files
committed
Merge with 3.3
2 parents fa5a765 + 5636eb7 commit 932c345

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ help:
4141
checkout:
4242
@if [ ! -d tools/sphinx ]; then \
4343
echo "Checking out Sphinx..."; \
44-
svn checkout $(SVNROOT)/external/Sphinx-1.0.7/sphinx tools/sphinx; \
44+
svn checkout $(SVNROOT)/external/Sphinx-1.2/sphinx tools/sphinx; \
4545
fi
4646
@if [ ! -d tools/docutils ]; then \
4747
echo "Checking out Docutils..."; \
48-
svn checkout $(SVNROOT)/external/docutils-0.6/docutils tools/docutils; \
48+
svn checkout $(SVNROOT)/external/docutils-0.11/docutils tools/docutils; \
4949
fi
5050
@if [ ! -d tools/jinja2 ]; then \
5151
echo "Checking out Jinja..."; \
52-
svn checkout $(SVNROOT)/external/Jinja-2.3.1/jinja2 tools/jinja2; \
52+
svn checkout $(SVNROOT)/external/Jinja2-2.7.2/jinja2 tools/jinja2; \
5353
fi
5454
@if [ ! -d tools/pygments ]; then \
5555
echo "Checking out Pygments..."; \
56-
svn checkout $(SVNROOT)/external/Pygments-1.5dev-20120930/pygments tools/pygments; \
56+
svn checkout $(SVNROOT)/external/Pygments-1.6/pygments tools/pygments; \
5757
fi
5858

5959
update: clean checkout

0 commit comments

Comments
 (0)