[Python-checkins] r70660 - python/trunk/Doc/Makefile

georg.brandl python-checkins at python.org
Sat Mar 28 20:52:59 CET 2009


Author: georg.brandl
Date: Sat Mar 28 20:52:58 2009
New Revision: 70660

Log:
Switch to fixed Sphinx version.

Modified:
   python/trunk/Doc/Makefile

Modified: python/trunk/Doc/Makefile
==============================================================================
--- python/trunk/Doc/Makefile	(original)
+++ python/trunk/Doc/Makefile	Sat Mar 28 20:52:58 2009
@@ -31,7 +31,7 @@
 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..."; \


More information about the Python-checkins mailing list