This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
J.4. Building the Documentation with Meson |
Prev |
Up |
Appendix J. Documentation |
Home |
Next |
J.4. Building the Documentation with Meson #
To build 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 html
For a list of other documentation targets see Section 17.4.4.3. The output appears in the subdirectory build/doc/src/sgml
.
Prev |
Up |
Next |
J.3. Building the Documentation with Make |
Home |
J.5. Documentation Authoring |