diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-11-13 23:15:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-11-13 23:15:59 (GMT) |
commit | d2ad2268e21e3ef587f5d547cc6e56472c7ec03f (patch) | |
tree | 7f5e84587cb8cbdecb62c1bf76d98cf376c0768c /Doc/Makefile | |
parent | 4def51567d11804bb95d9e1801eba15b9da38a0e (diff) | |
download | cpython-d2ad2268e21e3ef587f5d547cc6e56472c7ec03f.zip cpython-d2ad2268e21e3ef587f5d547cc6e56472c7ec03f.tar.gz cpython-d2ad2268e21e3ef587f5d547cc6e56472c7ec03f.tar.bz2 |
Merged revisions 76256 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r76256 | benjamin.peterson | 2009-11-13 17:14:24 -0600 (Fri, 13 Nov 2009) | 9 lines
Merged revisions 76255 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76255 | benjamin.peterson | 2009-11-13 17:11:54 -0600 (Fri, 13 Nov 2009) | 1 line
use Sphinx 0.6.3
........
................
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 146e1b3..519a1c9 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.2/sphinx tools/sphinx; \ + svn checkout $(SVNROOT)/external/Sphinx-0.6.3/sphinx tools/sphinx; \ fi @if [ ! -d tools/docutils ]; then \ echo "Checking out Docutils..."; \ |