Re: meson documentation build open issues

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Christoph Berg <myon(at)debian(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: meson documentation build open issues
Date: 2023-11-08 11:05:52
Message-ID: d5c8cb60-b4b5-4364-9aa1-cacc11b3aa05@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07.11.23 17:40, Alvaro Herrera wrote:
> If the problem is broken doc patches, then maybe a solution is to
> include the `xmllint --noout --valid` target in whatever the check-world
> equivalent is for meson. Looking at doc/src/sgml/meson.build, we don't
> seem to do that anywhere. Doing the no-output lint run is very fast
> (375ms real time in my machine, whereas "make html" takes 27s).

This would be a start, but it wouldn't cover everything. Lately, we
require id attributes on certain elements, which is checked on the XSLT
level.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-11-08 11:37:42 Re: ResourceOwner refactoring
Previous Message Peter Eisentraut 2023-11-08 11:04:30 Re: meson documentation build open issues