From: Georg Brandl Date: Thu, 26 Jun 2008 21:12:55 +0000 (+0000) Subject: Use newer versions of externals. X-Git-Tag: v2.6b2~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa7c8bda63cda258a1f4e5c3c997d48dd95c2ba8;p=python Use newer versions of externals. --- diff --git a/Doc/Makefile b/Doc/Makefile index 68da4f7fdf..df88041fec 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -33,15 +33,15 @@ checkout: fi @if [ ! -d tools/docutils ]; then \ echo "Checking out Docutils..."; \ - svn checkout $(SVNROOT)/external/docutils-0.4/docutils tools/docutils; \ + svn checkout $(SVNROOT)/external/docutils-0.5/docutils tools/docutils; \ fi @if [ ! -d tools/jinja ]; then \ echo "Checking out Jinja..."; \ - svn checkout $(SVNROOT)/external/Jinja-1.1/jinja tools/jinja; \ + svn checkout $(SVNROOT)/external/Jinja-1.2/jinja tools/jinja; \ fi @if [ ! -d tools/pygments ]; then \ echo "Checking out Pygments..."; \ - svn checkout $(SVNROOT)/external/Pygments-0.9/pygments tools/pygments; \ + svn checkout $(SVNROOT)/external/Pygments-0.10/pygments tools/pygments; \ fi update: checkout