Postgresql 中文操作指南

J.4. Building the Documentation with Meson #

提供了两种选项来使用 Meson 构建文档。在运行这些命令之一前更改到 build 目录,或向命令中添加 -C build

Two options are provided for building the documentation using Meson. Change to the build directory before running one of these commands, or add -C build to the command.

要仅构建 HTML 版本的文档:

To build just the HTML version of the documentation:

build$ ninja docs

要构建所有形式的文档:

To build all forms of the documentation:

build$ ninja alldocs

输出显示在子目录 build/doc/src/sgml 中。

The output appears in the subdirectory build/doc/src/sgml.