Fix broken link in installation.sgml.

Linking to other parts of the manual doesn't work when building the
standalone INSTALL document.
pull/3/head
Tom Lane 13 years ago
parent e8d6c98c2f
commit b8a4093b58
  1. 11
      doc/src/sgml/installation.sgml

@ -2,7 +2,8 @@
<!-- <!--
Use </link> not just </> so INSTALL.html can be created without links 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> <listitem>
<para> <para>
To build the <productname>PostgreSQL</productname> documentation, To build the <productname>PostgreSQL</productname> documentation,
there is a separate set of requirements. there is a separate set of requirements; see
See <xref linkend="docguide-toolsets">. <![%standalone-ignore;[<xref linkend="docguide-toolsets">.]]>
<![%standalone-include;[the main documentation's appendix on
documentation.]]>
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>

Loading…
Cancel
Save