Re: meson documentation build open issues

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>, 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:04:30
Message-ID: b018b577-38a2-49c6-8727-adfb577de317@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07.11.23 17:08, Andres Freund wrote:
>> make world
>> make check-world
>> make install-world
>>
>> that encompasses everything.
>>
>> Now with meson to handle the documentation one needs to remember a variety of additional targets. (There is a risk that once this gets more widespread, more people will submit broken documentation.)
> install-world with meson also installs docs.

Ok, I didn't know about ninja install-world. That works for me. Maybe
a "world" target would also be good.

I played around with this a bit and noticed some files missing or in the
wrong place. See two attached patches (plus e9f075f9a1 already committed).

Attachment Content-Type Size
0001-meson-Fix-doc-installation-path-computation.patch text/plain 925 bytes
0002-meson-Install-missing-example-files.patch text/plain 2.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2023-11-08 11:05:52 Re: meson documentation build open issues
Previous Message Tomas Vondra 2023-11-08 11:03:42 Re: Parallel CREATE INDEX for BRIN indexes