バージョンごとのドキュメント一覧

J.4. Mesonを使って文書を構築する #

<title>Building the Documentation with Meson</title>

To build the documentation using Meson, change to the <filename>build</filename> directory before running one of these commands, or add <option>-C build</option> to the command. 《マッチ度[75.706215]》Mesonを使って文書を構築するために2つのオプションが用意されています。 これらのコマンドを実行する前にbuildディレクトリに移動するか、コマンドに-C buildを追加してください。 《機械翻訳》Mesonを使用して文書をビルドするには、これらのコマンドのいずれかを実行してbuildディレクトリ前に変更するか、コマンドに-C buildを追加します。

To build just the <acronym>HTML</acronym> version of the documentation: HTML形式の文書を構築するには次のようにします。

build$ ninja html

For a list of other documentation targets see <xref linkend="targets-meson-documentation"/>. 《機械翻訳》他のドキュメントのターゲットのリストについては17.4.4.3を参照してください。 The output appears in the subdirectory <filename>build/doc/src/sgml</filename>. 出力はサブディレクトリbuild/doc/src/sgmlに作成されます。