pgsql: Teach doc/src/sgml/Makefile about the new func/*.sgml files.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Teach doc/src/sgml/Makefile about the new func/*.sgml files.
Date: 2025-09-25 15:23:34
Message-ID: E1v1nok-0001rf-0W@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Teach doc/src/sgml/Makefile about the new func/*.sgml files.

These were omitted from build dependencies and also tab/nbsp
checks, with the result that "make" did nothing after modifying
a func/*.sgml file.

Oversight in 4e23c9ef6. AFAICT we don't need any comparable
changes in meson.build, or at least I don't see it doing anything
special for the pre-existing ref/*.sgml files.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/170a8a3f4605b2c37c36d9928ec6cd2404c615f8

Modified Files
--------------
doc/src/sgml/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2025-09-25 15:58:27 pgsql: Fix array allocation bugs in SetExplainExtensionState.
Previous Message Daniel Gustafsson 2025-09-25 13:29:31 pgsql: Remove preprocessor guards from injection points