]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Teach doc/src/sgml/Makefile about the new func/*.sgml files.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Sep 2025 15:09:26 +0000 (11:09 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Sep 2025 15:09:26 +0000 (11:09 -0400)
commit170a8a3f4605b2c37c36d9928ec6cd2404c615f8
treef3a5675c456d8ebe515ca122e02cc9d3296e3f6e
parent0b3ce7878af757b8c91721ccecbbb75c10a22ef4
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.
doc/src/sgml/Makefile