diff options
author | Georg Brandl <georg@python.org> | 2010-07-27 18:19:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-27 18:19:21 (GMT) |
commit | 4bf70686fab91dcc5603c11c36f77bd2131ff6ed (patch) | |
tree | 0d741613aecfa7e577c03f48a6bee4492cf5a4d6 /Doc/Makefile | |
parent | c02cc2707a8ed58896511f7ee151b5509873afc3 (diff) | |
download | cpython-4bf70686fab91dcc5603c11c36f77bd2131ff6ed.zip cpython-4bf70686fab91dcc5603c11c36f77bd2131ff6ed.tar.gz cpython-4bf70686fab91dcc5603c11c36f77bd2131ff6ed.tar.bz2 |
Update Sphinx to 1.0.1.
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 2669d3d..c20374f 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -40,7 +40,7 @@ help: checkout: @if [ ! -d tools/sphinx ]; then \ echo "Checking out Sphinx..."; \ - svn checkout $(SVNROOT)/external/Sphinx-1.0/sphinx tools/sphinx; \ + svn checkout $(SVNROOT)/external/Sphinx-1.0.1/sphinx tools/sphinx; \ fi @if [ ! -d tools/docutils ]; then \ echo "Checking out Docutils..."; \ |