[Python-checkins] cpython (merge 3.2 -> default): Merge #12249 fix from 3.2
eric.araujo
python-checkins at python.org
Fri Jun 3 19:27:36 CEST 2011
http://hg.python.org/cpython/rev/41c918897286
changeset: 70618:41c918897286
parent: 70616:38cdca2cc253
parent: 70617:4efc9ded0a03
user: Éric Araujo <merwok at netwok.org>
date: Fri Jun 03 19:27:16 2011 +0200
summary:
Merge #12249 fix from 3.2
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 :file:`tools/` subdirectory and build
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list