On Tue, Aug 22, 2023 at 9:41 PM Vik Fearing <v...@postgresfriends.org> wrote:
>
>
> I am struggling to find documentation on how to build the pdfs with
> meson.  Any pointers?
> --
> Vik Fearing
>
>
>

ninja docs:
https://wiki.postgresql.org/wiki/Meson#Meson_documentation

ninja alldocs. which take some time, build all kinds of formats, some may fail.

there is another tricky usage:
type "ninja doc" then press Tab for complete twice, you will get all
the available options like following:
docs                                    doc/src/sgml/man3
doc/src/sgml/errcodes-table.sgml        doc/src/sgml/man7
doc/src/sgml/features-supported.sgml    doc/src/sgml/postgres-A4.fo
doc/src/sgml/features-unsupported.sgml  doc/src/sgml/postgres-A4.pdf
doc/src/sgml/html                       doc/src/sgml/postgres.epub
doc/src/sgml/INSTALL                    doc/src/sgml/postgres-full.xml
doc/src/sgml/install-html               doc/src/sgml/postgres.html
doc/src/sgml/INSTALL.html               doc/src/sgml/postgres.txt
doc/src/sgml/install-man                doc/src/sgml/postgres-US.fo
doc/src/sgml/INSTALL.xml                doc/src/sgml/postgres-US.pdf
doc/src/sgml/keywords-table.sgml        doc/src/sgml/wait_event_types.sgml
doc/src/sgml/man1


Reply via email to