pgsql: docs: meson: Change what 'docs' target builds

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: meson: Change what 'docs' target builds
Date: 2023-11-21 01:53:02
Message-ID: E1r5Fwj-006RcV-Td@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: meson: Change what 'docs' target builds

This undoes the change in what the 'docs' target builds 969509c3f2e. Tom was
concerned with having a target to just build the html docs, which a prior
commit now provided explicitly.

A subsequent commit will overhaul the documentation for the documentation
targets.

While at it, move all target in doc/src/sgml/Makefile up to just after the
default "html" target, and add a comment explaining "all" is *not* the default
target.

Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Discussion: https://postgr.es/m/20230209203855.njrepiupc3rmehfw@awork3.anarazel.de
Discussion: https://postgr.es/m/20231103163848.26egkh5qdgw3vmil@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e5b2a091fd0d672b7b2ff8afcfc9e9a6e9a5ac8

Modified Files
--------------
doc/src/sgml/Makefile | 4 ++--
doc/src/sgml/docguide.sgml | 2 +-
doc/src/sgml/meson.build | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2023-11-21 02:40:02 pgsql: Log messages for replication slot acquisition and release.
Previous Message Jeff Davis 2023-11-21 00:13:54 pgsql: Optimize check_search_path() by using SearchPathCache.