[Python-checkins] r83107 - python/branches/py3k/Doc/Makefile

georg.brandl python-checkins at python.org
Fri Jul 23 18:55:42 CEST 2010


Author: georg.brandl
Date: Fri Jul 23 18:55:42 2010
New Revision: 83107

Log:
Update to 1.0.

Modified:
   python/branches/py3k/Doc/Makefile

Modified: python/branches/py3k/Doc/Makefile
==============================================================================
--- python/branches/py3k/Doc/Makefile	(original)
+++ python/branches/py3k/Doc/Makefile	Fri Jul 23 18:55:42 2010
@@ -40,7 +40,7 @@
 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..."; \


More information about the Python-checkins mailing list