summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-07-10 00:08:19 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-07-10 00:08:53 -0400
commit1b2e875e5fae174913dc3955556ab4ee845fc9a6 (patch)
treec5fed40c83a7f1d1b1e7cd0606d86f6c99fb4ece
parentf371cc9e9fffc79ab68185e07013d50147ed2bc9 (diff)
Doc: clarify wording about tool requirements in sourcerepo.sgml.
Original wording had confusingly vague antecedent for "they", so replace that with a more repetitive but clearer formulation. In passing, make the link to the installation requirements section more specific. Per gripe from Martin Mai, though this is not the fix he initially proposed. Discussion: https://postgr.es/m/CAN_NWRu-cWuNaiXUjV3m4H-riWURuPW=j21bSaLADs6rjjzXgQ@mail.gmail.com
-rw-r--r--doc/src/sgml/sourcerepo.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/sourcerepo.sgml b/doc/src/sgml/sourcerepo.sgml
index f8f6bf2de1d..dd9da5a7b0b 100644
--- a/doc/src/sgml/sourcerepo.sgml
+++ b/doc/src/sgml/sourcerepo.sgml
@@ -20,9 +20,9 @@
Note that building <productname>PostgreSQL</productname> from the source
repository requires reasonably up-to-date versions of <application>bison</>,
<application>flex</>, and <application>Perl</>. These tools are not needed
- to build from a distribution tarball since the files they are used to build
- are included in the tarball. Other tool requirements are the same as shown
- in <xref linkend="installation">.
+ to build from a distribution tarball, because the files that these tools
+ are used to build are included in the tarball. Other tool requirements
+ are the same as shown in <xref linkend="install-requirements">.
</para>
<sect1 id="git">