Thread
-
Re: split func.sgml to separated individual sgml files
Florents Tselai <florents.tselai@gmail.com> — 2025-09-01T15:44:01Z
On 1 Sep 2025, at 4:35 PM, Euler Taveira <euler@eulerto.com> wrote: On Mon, Sep 1, 2025, at 7:35 AM, Florents Tselai wrote: While working on this https://commitfest.postgresql.org/patch/6020/ I discovered that when changing for func/func-aggregate.sgml, the HTML wasn’t marked for update. IIUC the doc/Makefile should be updated as attached, right ? Good catch. However, your patch doesn't fix all issues. The check target (check-tabs and check-nbsp) is broken; these targets should also include the func files. Ah, you’re right, but then again, I’d expect ALL_SGML to be used consistently, but it isn't and I didn't check. v3 does that. Note that GENERATED_SGML where'te included in these two targets but I think there's no harm in checking them too.