[Python-checkins] devguide: Issue #16814: add "make -C Doc html" short-cut to documentation instructions.

chris.jerdonek python-checkins at python.org
Fri Jan 11 09:16:57 CET 2013


http://hg.python.org/devguide/rev/5f24a77e7beb
changeset:   588:5f24a77e7beb
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Fri Jan 11 00:10:09 2013 -0800
summary:
  Issue #16814: add "make -C Doc html" short-cut to documentation instructions.

files:
  documenting.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/documenting.rst b/documenting.rst
--- a/documenting.rst
+++ b/documenting.rst
@@ -1647,8 +1647,8 @@
    cd Doc
    make html
 
-This checks out the needed toolset in the :file:`Doc/tools/` directory and
-builds the output as HTML.
+or alternatively ``make -C Doc html``.  This checks out the needed toolset
+in the :file:`Doc/tools/` directory and builds the output as HTML.
 
 Available :command:`make` targets are:
 

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


More information about the Python-checkins mailing list