diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-29 03:37:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-29 03:37:21 (GMT) |
commit | 0a3faef5f20ca45247ef3174912354859bba174a (patch) | |
tree | a903eb2b4995772c9c015a55ab28a850f70bf2a9 /Doc/Makefile | |
parent | 5629268e9db5690c6bfbc6845ce7bf7bc6e65637 (diff) | |
download | cpython-0a3faef5f20ca45247ef3174912354859bba174a.zip cpython-0a3faef5f20ca45247ef3174912354859bba174a.tar.gz cpython-0a3faef5f20ca45247ef3174912354859bba174a.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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index c9f3ed6..146e1b3 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..."; \ |