名前
makeinfo - Texinfo
文書を変換する
書式
makeinfo [OPTION]... TEXINFO-FILE...
説明
Translate Texinfo source documentation to various other formats,
by default Info files suitable for reading online with Emacs or standalone
GNU Info.
出力フォーマットの選択
(デフォルトは Info
の生成):
- --docbook
- Info
フォーマットではなく、
DocBook XML を出力します。
- --html
- Info
フォーマットではなく、HTML
を出力します。
- --xml
- Info
フォーマットではなく、
Texinfo XML を出力します。
汎用的な出力オプション:
- -E, --macro-expand
FILE
- output macro-expanded source to FILE. ignoring any @setfilename.
- --no-headers
- suppress node separators, Node: lines, and menus from Info output (thus
producing plain text) or from HTML (thus producing shorter output); also,
write to standard output by default.
- --no-split
- suppress splitting of Info or HTML output, generate only one output
file.
- --number-sections
- 出力に章、セクションなどの番号を含むようにします。
- -o,
--output=FILE
- output to FILE (directory if split HTML),
- --enable-encoding
- output accented and special characters in Info output based on
@documentencoding.
- --fill-column=NUM
- Info ファイルの行を NUM
文字目で折り返します
(デフォルトでは 72
です)。
- output footnotes in Info according to STYLE: `separate' to put them in
their own node; `end' to put them at the end of the node
- in which they are defined (default).
- --paragraph-indent=VAL
- Info の段落を VAL
文字だけスペースで字下げします
(デフォルトは 3
です)。 VAL が `none'
であるとき、字下げは行いません。
VAL が `asis'
であるとき、現在存在する字下げ処理を保持します。
- --split-size=NUM
- split Info files at size NUM (default 50000).
入力の条件付き処理:
- --ifhtml
- HTML
を生成しないときでも、@ifhtml
および @html テキストを
処理します。
- --ifinfo
- HTML
を生成しないときでも、@ifinfo
テキストを処理します。
- --ifplaintext
- プレーンテキストを生成しないときでも、@ifplaintext
を処理します。
- --iftex
- @iftex および @tex
を処理します。 --no-split
オプションを暗に含んでいます。
- --ifxml
- @ifxml と @xml
を処理します。
- --no-ifhtml
- @ifhtml および @html
テキストを処理しません。
- --no-ifinfo
- @ifinfo
テキストを処理しません。
- --no-ifplaintext
- @ifplaintext
テキストを処理しません。
- --no-iftex
- @iftex および @tex
テキストを処理しません。
- --no-ifxml
- @ifxml および @xml
テキストを処理しません。
- @if...
条件文に対するデフォルトの動作は、出力フォーマットに依存します
: HTML
を生成する場合、--ifhtml
がオンになり、他はオフになります。
Info
ファイルやプレーンテキストのファイルを生成する場合、--ifinfo
が
オンになり、他はオフになります。
バグ報告
バグレポートは
bug-texinfo@gnu.org
へ電子メールで送ってください。
一般的な質問や議論は
help-texinfo@gnu.org
へお願いします。 Texinfo
のホームページは
http://www.gnu.org/software/texinfo/ です。
著作権
Copyright © 2003 Free Software Foundation, Inc. There is NO
warranty. You may redistribute this software under the terms of the GNU
General Public License. For more information about these matters, see the
files named COPYING.
関連項目
makeinfo
のドキュメント全体は、Texinfo
マニュアルとして管理されています。
info および makeinfo
プログラムがあなたのサイトで正しくインストールされていれば、
- info makeinfo
で、完全なマニュアルを読めるでしょう。