summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-06-29 03:33:11 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-06-29 03:33:11 (GMT)
commit9c661a4916944db6cea61350b0c7e599ce6ac13a (patch)
treed6bf56c218eebac0da9c79c7cad2466114f982a6 /Doc/Makefile
parentbf2170b1131b1cbcda38094d98fe33945fc0e3a6 (diff)
downloadcpython-9c661a4916944db6cea61350b0c7e599ce6ac13a.zip
cpython-9c661a4916944db6cea61350b0c7e599ce6ac13a.tar.gz
cpython-9c661a4916944db6cea61350b0c7e599ce6ac13a.tar.bz2
Merged revisions 73669 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73669 | benjamin.peterson | 2009-06-28 22:30:55 -0500 (Sun, 28 Jun 2009) | 1 line update to sphinx 0.6.2 ........
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 8fda9a8..6e91d36 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -32,7 +32,7 @@ help:
checkout:
@if [ ! -d tools/sphinx ]; then \
echo "Checking out Sphinx..."; \
- svn checkout $(SVNROOT)/external/Sphinx-0.6.1/sphinx tools/sphinx; \
+ svn checkout $(SVNROOT)/external/Sphinx-0.6.2/sphinx tools/sphinx; \
fi
@if [ ! -d tools/docutils ]; then \
echo "Checking out Docutils..."; \