summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2021-07-01 14:51:54 -0400
committerAndrew Dunstan <andrew@dunslane.net>2021-07-01 15:07:20 -0400
commitb796435be0039b44074ad9b322ea6ab35078de1e (patch)
tree5acd7f9df26374f8237ce31312751b0480bf423e /doc/src
parent16ed3ddbbbda1edf2511bff508bfd0910a844289 (diff)
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 740c5d584b6..e1751b5d2b7 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1591,6 +1591,15 @@ All of PostgreSQL successfully made. Ready to install.
PostgreSQL, contrib, and documentation successfully made. Ready to install.
</screen>
</para>
+
+ <para>
+ If you want to build everything that can be built, including the
+ additional modules (<filename>contrib</filename>), but without
+ the documentation, type instead:
+<screen>
+<userinput>make world-bin</userinput>
+</screen>
+ </para>
</step>
<step>
@@ -1661,6 +1670,12 @@ PostgreSQL, contrib, and documentation successfully made. Ready to install.
</para>
<para>
+ If you built the world without the documentation above, type instead:
+<screen>
+<userinput>make install-world-bin</userinput>
+ </para>
+
+ <para>
You can use <literal>make install-strip</literal> instead of
<literal>make install</literal> to strip the executable files and
libraries as they are installed. This will save some space. If