summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-03-30 15:09:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-03-30 15:09:19 (GMT)
commitda54b84a32d0f0ea527f3c92f117e0d36c6837ad (patch)
tree33846968c26f9b8b52058d393379810dfdb09820 /Doc/Makefile
parentdb6fa182a7cb8dbf1072aa2f54893dec54a1f96e (diff)
downloadcpython-da54b84a32d0f0ea527f3c92f117e0d36c6837ad.zip
cpython-da54b84a32d0f0ea527f3c92f117e0d36c6837ad.tar.gz
cpython-da54b84a32d0f0ea527f3c92f117e0d36c6837ad.tar.bz2
Merged revisions 70660 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70660 | georg.brandl | 2009-03-28 14:52:58 -0500 (Sat, 28 Mar 2009) | 1 line Switch to fixed Sphinx version. ........
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 0fc1124..317fcb0 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -31,7 +31,7 @@ help:
checkout:
@if [ ! -d tools/sphinx ]; then \
echo "Checking out Sphinx..."; \
- svn checkout $(SVNROOT)/doctools/trunk/sphinx tools/sphinx; \
+ svn checkout $(SVNROOT)/external/Sphinx-0.6.1/sphinx tools/sphinx; \
fi
@if [ ! -d tools/docutils ]; then \
echo "Checking out Docutils..."; \