PostgreSQL
J.4. Building the Documentation with Meson #
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.
To build just the HTML version of the documentation:
build$ ninja docs
To build all forms of the documentation:
build$ ninja alldocs
The output appears in the subdirectory build/doc/src/sgml
.
Prev | Up | Next |
---|---|---|
J.3. Building the Documentation with Make |
J.5. Documentation Authoring |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2024 The PostgreSQL Global Development Group