Skip to content
Snippets Groups Projects
Commit b8a4093b authored by Tom Lane's avatar Tom Lane
Browse files

Fix broken link in installation.sgml.

Linking to other parts of the manual doesn't work when building the
standalone INSTALL document.
parent e8d6c98c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
-->
......@@ -284,8 +285,10 @@ su - postgres
<listitem>
<para>
To build the <productname>PostgreSQL</productname> documentation,
there is a separate set of requirements.
See <xref linkend="docguide-toolsets">.
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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment