aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-09-01 10:43:50 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-09-01 10:43:50 -0400
commitb8a4093b5890aa774ae90bbf44515750aa0ae85c (patch)
tree99cd6f0f153f314f1a9e6ca20bd69a7188294c10
parente8d6c98c2f082bead1202b23e9d70e0fbde49129 (diff)
downloadpostgresql-b8a4093b5890aa774ae90bbf44515750aa0ae85c.tar.gz
postgresql-b8a4093b5890aa774ae90bbf44515750aa0ae85c.zip
Fix broken link in installation.sgml.
Linking to other parts of the manual doesn't work when building the standalone INSTALL document.
-rw-r--r--doc/src/sgml/installation.sgml11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 2457fc5c58b..676d51673e2 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -2,7 +2,8 @@
<!--
Use </link> not just </> so INSTALL.html can be created without links
-to the main documentation. Don't use <xref>.
+to the main documentation. Don't use <xref>; or if you must, wrap it
+in a standalone-ignore clause.
-->
@@ -283,9 +284,11 @@ su - postgres
<listitem>
<para>
- To build the <productname>PostgreSQL</productname> documentation,
- there is a separate set of requirements.
- See <xref linkend="docguide-toolsets">.
+ To build the <productname>PostgreSQL</productname> documentation,
+ there is a separate set of requirements; see
+ <![%standalone-ignore;[<xref linkend="docguide-toolsets">.]]>
+ <![%standalone-include;[the main documentation's appendix on
+ documentation.]]>
</para>
</listitem>
</itemizedlist>