diff options
author | Georg Brandl <georg@python.org> | 2010-07-23 16:55:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-23 16:55:42 (GMT) |
commit | 6b0e0e41b8ceb63a56421ff16c03b40adc67ae1e (patch) | |
tree | cb706ba33397d647ea2b817d2c1df1f01bd5c896 /Doc/Makefile | |
parent | a5eacee237ab8a9be7d326948548c29a97e8a89c (diff) | |
download | cpython-6b0e0e41b8ceb63a56421ff16c03b40adc67ae1e.zip cpython-6b0e0e41b8ceb63a56421ff16c03b40adc67ae1e.tar.gz cpython-6b0e0e41b8ceb63a56421ff16c03b40adc67ae1e.tar.bz2 |
Update to 1.0.
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 f62b25b..2669d3d 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-0.6.5/sphinx tools/sphinx; \ + svn checkout $(SVNROOT)/external/Sphinx-1.0/sphinx tools/sphinx; \ fi @if [ ! -d tools/docutils ]; then \ echo "Checking out Docutils..."; \ |