diff options
| author | Jon Waltman <jonathan.waltman@gmail.com> | 2011-01-28 02:34:53 -0600 |
|---|---|---|
| committer | Jon Waltman <jonathan.waltman@gmail.com> | 2011-01-28 02:34:53 -0600 |
| commit | 134116d3fe47b3ccd74909d375d01e06f63329e5 (patch) | |
| tree | 6e5cb55f3c17b846cb081fb732a166c6d2638e94 /doc | |
| parent | c999e976c15fed43f788f9003bfaced3a62286b4 (diff) | |
| download | sphinx-134116d3fe47b3ccd74909d375d01e06f63329e5.tar.gz | |
Mention the texinfo builder in the sphinx-build man page
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man/sphinx-build.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/sphinx-build.rst b/doc/man/sphinx-build.rst index 30f824e8..b7212a84 100644 --- a/doc/man/sphinx-build.rst +++ b/doc/man/sphinx-build.rst @@ -47,6 +47,10 @@ latex man Generates manual pages. +texinfo + Generates Texinfo output that can be processed by :program:`makeinfo` to + generate an Info document. + text Generates a plain-text version of the documentation. |
