diff options
author | Fred Drake <fdrake@acm.org> | 2002-09-25 21:41:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-09-25 21:41:22 (GMT) |
commit | d80032b009a4ce24f0068ad68cf9215993208958 (patch) | |
tree | 7b16148c6251b985a8348f9e0b1020d6524c4960 /Doc/doc | |
parent | d957f39fefc3fddb570664dd622e341e681d2968 (diff) | |
download | cpython-d80032b009a4ce24f0068ad68cf9215993208958.zip cpython-d80032b009a4ce24f0068ad68cf9215993208958.tar.gz cpython-d80032b009a4ce24f0068ad68cf9215993208958.tar.bz2 |
Update some comments about what version of the documentation tools
code to use.
Diffstat (limited to 'Doc/doc')
-rw-r--r-- | Doc/doc/doc.tex | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index e62af44..b88350f 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -1779,10 +1779,9 @@ This \UNIX\ is also followed by a space. command line options. \program{mkhowto} can be used for both \code{howto} and - \code{manual} class documents. (For the later, be sure to get - the latest version from the Python CVS repository rather than - the version distributed in the \file{latex-1.5.2.tgz} source - archive.) + \code{manual} class documents. It is usually a good idea to + always use the latest version of this tool rather than a + version from an older source release of Python. XXX Need more here. \end{description} |