Make installation.sgml build standalone again.

We must not try to link to sections that aren't part of the standalone
"make INSTALL" build.  Corrects build failure introduced in commit
159e3d8629.
pull/1/head
Tom Lane 15 years ago
parent 4ea1a273fb
commit 6f489dca65
  1. 8
      doc/src/sgml/installation.sgml

@ -1007,7 +1007,9 @@ su - postgres
<listitem> <listitem>
<para> <para>
Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
library</ulink> when building the <xref linkend="uuid-ossp"> library</ulink> when building the
<![%standalone-include[uuid-ossp]]>
<![%standalone-ignore[<xref linkend="uuid-ossp">]]>
module. The library provides functions to generate module. The library provides functions to generate
UUIDs.<indexterm><primary>UUID</primary></indexterm> UUIDs.<indexterm><primary>UUID</primary></indexterm>
</para> </para>
@ -1041,7 +1043,9 @@ su - postgres
<term><option>--with-libxslt</option></term> <term><option>--with-libxslt</option></term>
<listitem> <listitem>
<para> <para>
Use libxslt when building the <xref linkend="xml2"> Use libxslt when building the
<![%standalone-include[xml2]]>
<![%standalone-ignore[<xref linkend="xml2">]]>
module. <application>xml2</> relies on this library module. <application>xml2</> relies on this library
to perform XSL transformations of XML. to perform XSL transformations of XML.
</para> </para>

Loading…
Cancel
Save