Re: pgsql: Add new make targets world-bin and install-world-bin

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add new make targets world-bin and install-world-bin
Date: 2021-07-01 19:33:14
Message-ID: 532fe5aa-5354-7928-a7a9-3f2eea2a58ca@dunslane.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On 7/1/21 3:15 PM, Andrew Dunstan wrote:
> Add new make targets world-bin and install-world-bin
>
> These are the same as world and install-world respectively, but without
> building or installing the documentation. There are many reasons for
> wanting to be able to do this, including speed, lack of documentation
> building tools, and wanting to build other formats of the documentation.
> Plans for simplifying the buildfarm client code include using these
> targets.
>
> Backpatch to all live branches.
>
> Discussion: https://postgr.es/m/6a421136-d462-b043-a8eb-e75b2861f3df@dunslane.net
>

*sigh* docs build broken. Fixing ...

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-07-01 19:40:31 pgsql: doc: Clean up title case use
Previous Message Andrew Dunstan 2021-07-01 19:15:45 pgsql: Add new make targets world-bin and install-world-bin