Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6f489dc

Browse files
committed
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 159e3d8.
1 parent 4ea1a27 commit 6f489dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/src/sgml/installation.sgml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,9 @@ su - postgres
10071007
<listitem>
10081008
<para>
10091009
Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
1010-
library</ulink> when building the <xref linkend="uuid-ossp">
1010+
library</ulink> when building the
1011+
<![%standalone-include[uuid-ossp]]>
1012+
<![%standalone-ignore[<xref linkend="uuid-ossp">]]>
10111013
module. The library provides functions to generate
10121014
UUIDs.<indexterm><primary>UUID</primary></indexterm>
10131015
</para>
@@ -1041,7 +1043,9 @@ su - postgres
10411043
<term><option>--with-libxslt</option></term>
10421044
<listitem>
10431045
<para>
1044-
Use libxslt when building the <xref linkend="xml2">
1046+
Use libxslt when building the
1047+
<![%standalone-include[xml2]]>
1048+
<![%standalone-ignore[<xref linkend="xml2">]]>
10451049
module. <application>xml2</> relies on this library
10461050
to perform XSL transformations of XML.
10471051
</para>

0 commit comments

Comments
 (0)