[Python-checkins] cpython (2.7): Document working dir for “make html” (#12249). Patch by Tshepang

eric.araujo python-checkins at python.org
Fri Jun 3 19:30:59 CEST 2011


http://hg.python.org/cpython/rev/39c29bc8bc35
changeset:   70619:39c29bc8bc35
branch:      2.7
parent:      70608:26d5f022eb1a
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Jun 03 19:25:58 2011 +0200
summary:
  Document working dir for “make html” (#12249).  Patch by Tshepang Lekhonkhobe.

files:
  Doc/documenting/building.rst |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Doc/documenting/building.rst b/Doc/documenting/building.rst
--- a/Doc/documenting/building.rst
+++ b/Doc/documenting/building.rst
@@ -14,6 +14,7 @@
 Luckily, a Makefile has been prepared so that on Unix, provided you have
 installed Python and Subversion, you can just run ::
 
+   cd Doc
    make html
 
 to check out the necessary toolset in the `tools/` subdirectory and build the

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list