From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de>, Justin Pryzby <pryzby(at)telsasoft(dot)com> |
Cc: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: what should install-world do when docs are not available? |
Date: | 2023-04-06 18:52:51 |
Message-ID: | 6d96e9db-6528-a606-8631-fda041661e8f@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2023-04-05 We 00:57, Andres Freund wrote:
> Hi,
>
> On 2023-04-04 21:46:11 -0700, Andres Freund wrote:
>> Pushed the changes.
> This failed on crake - afaict because the meson buildfarm code disables all
> features. Because 'docs' is a feature now, the BF code building
> doc/src/sgml/html fails.
I changed it so that if the config mandates building docs we add
-Ddocs=enabled and if it mandates building a pdf we also add
-Ddocs_pdf=enabled. See
<https://github.com/PGBuildFarm/client-code/commit/b18a129f91352f77e67084a758462b92ac1abaf7>
It's a slight pity that you have to pick this at setup time, but I guess
the upside is that we don't spend time looking for stuff we're not
actually going to use.
cheers
andrew
--
Andrew Dunstan
EDB:https://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2023-04-06 18:55:02 | Re: Should vacuum process config file reload more often |
Previous Message | Daniel Gustafsson | 2023-04-06 18:40:55 | Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump) |