From 38b42c28baa66f3a02952b97e574adffccf37844 Mon Sep 17 00:00:00 2001
From: Aleksander Alekseev <aleksander@timescale.com>
Date: Tue, 31 Jan 2023 13:30:38 +0300
Subject: [PATCH v2 2/2] Rephrase the documentation build instruction for macOS

Change the sentence from:

  On macOS, you can build the HTML and man documentation without installing
  anything extra.

... to:

  In order to build the documentation on macOS you are going to need the
  following extra packages.

Although the first sentence may still be true this reduces the number
of supported/recommended ways of building the documentation. The alternative
ways may also work but if they don't this will not require any actions from us.

Aleksander Alekseev
Discussion: https://postgr.es/m/CAJ7c6TO8Aro2nxg%3DEQsVGiSDe-TstP4EsSvDHd7DSRsP40PgGA%40mail.gmail.com
---
 doc/src/sgml/docguide.sgml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml
index 31af5eb8b5..9bcae06c89 100644
--- a/doc/src/sgml/docguide.sgml
+++ b/doc/src/sgml/docguide.sgml
@@ -208,9 +208,8 @@ apt-get install docbook-xml docbook-xsl fop libxml2-utils xsltproc
    <title>macOS</title>
 
    <para>
-    On macOS, you can build the HTML and man documentation without installing
-    anything extra.  If you want to build PDFs or want to install a local copy
-    of DocBook, you can get those from your preferred package manager.
+    In order to build the documentation on macOS you are going to need the
+    following extra packages.
    </para>
 
    <para>
-- 
2.39.1

