diff options
author | Fred Drake <fdrake@acm.org> | 1999-05-27 21:45:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-05-27 21:45:54 (GMT) |
commit | d2a727feeee74cd30336a7f2a2a69cb96ac14ef5 (patch) | |
tree | 7b49837acbb91639d9e401deabb89f7ce45f93fc /Doc/doc | |
parent | 3aa70d63b92fd09cf82f29b9016a6866256da1ed (diff) | |
download | cpython-d2a727feeee74cd30336a7f2a2a69cb96ac14ef5.zip cpython-d2a727feeee74cd30336a7f2a2a69cb96ac14ef5.tar.gz cpython-d2a727feeee74cd30336a7f2a2a69cb96ac14ef5.tar.bz2 |
Hack: make sure LaTeX2HTML doesn't change -- to - in mkhowto
description.
Diffstat (limited to 'Doc/doc')
-rw-r--r-- | Doc/doc/doc.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index 2370a87..e95f155 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -924,8 +924,8 @@ distribution, to create or maintain whole documents or sections. symbolic link to it or run it in place; the actual script file must be stored as part of the documentation source tree, though it may be used to format documents outside the - tree. Use \program{mkhowto --help} for a list of command line - options. + tree. Use \program{mkhowto -}\program{-help} for a list of + command line options. \program{mkhowto} can be used for both \code{howto} and \code{manual} class documents. (For the later, be sure to get |