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
に作成されます。