From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add new make targets world-bin and install-world-bin |
Date: | 2021-07-01 19:15:45 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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/[email protected]
Branch
------
REL_14_STABLE
Modified Files
--------------
GNUmakefile.in | 10 ++++++++++
doc/src/sgml/installation.sgml | 15 +++++++++++++++
2 files changed, 25 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2021-07-01 19:33:14 | Re: pgsql: Add new make targets world-bin and install-world-bin |
Previous Message | Tom Lane | 2021-07-01 17:33:22 | pgsql: Add --clobber-cache option to initdb, for CCA testing. |