From e8d6c98c2f082bead1202b23e9d70e0fbde49129 Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> Date: Sat, 1 Sep 2012 06:27:52 -0400 Subject: [PATCH] Cross-link to doc build requirements from install requirements. Jeff Janes --- doc/src/sgml/installation.sgml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index c02ed87c41a..2457fc5c58b 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -280,6 +280,14 @@ su - postgres encryption using those services. </para> </listitem> + + <listitem> + <para> + To build the <productname>PostgreSQL</productname> documentation, + there is a separate set of requirements. + See <xref linkend="docguide-toolsets">. + </para> + </listitem> </itemizedlist> </para> -- GitLab