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

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

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

Two options are provided for building 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. Mesonを使って文書を構築するために2つのオプションが用意されています。 これらのコマンドを実行する前にbuildディレクトリに移動するか、コマンドに-C buildを追加してください。

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

build$ ninja docs

To build all forms of the documentation: 全ての形式の文書を構築するには次のようにします。

build$ ninja alldocs

The output appears in the subdirectory <filename>build/doc/src/sgml</filename>. 出力はサブディレクトリbuild/doc/src/sgmlに作成されます。