From a7e3a390e11ea9601a0cd4a289b37f86751ba515 Mon Sep 17 00:00:00 2001
From: Andrew Dunstan
Date: Thu, 1 Jul 2021 14:51:54 -0400
Subject: 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
---
doc/src/sgml/installation.sgml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
(limited to 'doc/src')
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index a000ef0f901..c9c9be630d5 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1634,6 +1634,15 @@ All of PostgreSQL successfully made. Ready to install.
The last line displayed should be:
PostgreSQL, contrib, and documentation successfully made. Ready to install.
+
+
+
+
+ If you want to build everything that can be built, including the
+ additional modules (contrib), but without
+ the documentation, type instead:
+
+make world-bin
@@ -1713,6 +1722,12 @@ build-postgresql:
This also installs the documentation.
+
+ If you built the world without the documentation above, type instead:
+
+make install-world-bin
+
+
You can use make install-strip instead of
make install to strip the executable files and
--
cgit v1.2.3