From: Georg Brandl Date: Tue, 23 Dec 2008 12:37:21 +0000 (+0000) Subject: Fix missing "svn" command. X-Git-Tag: v2.7a1~2505 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b996b4700f7af810d2b333edf05e8f9c860d7f5;p=thirdparty%2FPython%2Fcpython.git Fix missing "svn" command. --- diff --git a/Doc/README.txt b/Doc/README.txt index 00f21b83cb7b..4527930082e5 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -74,7 +74,7 @@ Without make You'll need to checkout the Sphinx package to the `tools/` directory:: - http://svn.python.org/projects/doctools/trunk/sphinx tools/sphinx + svn co http://svn.python.org/projects/doctools/trunk/sphinx tools/sphinx Then, you need to install Docutils, either by checking it out via ::