diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-03 17:25:58 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-03 17:25:58 (GMT) |
commit | 98e68adc7ee0acdeda4747e91fdb3deed1eaa5dc (patch) | |
tree | 8574d5405c31c5dfa589062984d612bdbcbec7ab /Doc/documenting | |
parent | 3d89057ff80261e8960420305b432cd9783bb4e2 (diff) | |
download | cpython-98e68adc7ee0acdeda4747e91fdb3deed1eaa5dc.zip cpython-98e68adc7ee0acdeda4747e91fdb3deed1eaa5dc.tar.gz cpython-98e68adc7ee0acdeda4747e91fdb3deed1eaa5dc.tar.bz2 |
Document working dir for “make html” (#12249). Patch by Tshepang Lekhonkhobe.
Diffstat (limited to 'Doc/documenting')
-rw-r--r-- | Doc/documenting/building.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/documenting/building.rst b/Doc/documenting/building.rst index 19cf26b..dc1c6a0 100644 --- a/Doc/documenting/building.rst +++ b/Doc/documenting/building.rst @@ -14,6 +14,7 @@ Using make 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 |