diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-29 12:51:44 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-29 12:51:44 -0500 |
commit | 6f489dca65e97d92fb01ee6811ece4e215d186ca (patch) | |
tree | 4164d307268fa7d63e6e66fa6feb217e52798a26 /doc/src | |
parent | 4ea1a273fbc20b29ba4aacd3c21030bd62296d7d (diff) | |
download | postgresql-6f489dca65e97d92fb01ee6811ece4e215d186ca.tar.gz postgresql-6f489dca65e97d92fb01ee6811ece4e215d186ca.zip |
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
159e3d86292cfec2a2828f9f69ac7a6cb1be242d.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index b64493c3463..7ab18aa2a4e 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1007,7 +1007,9 @@ su - postgres <listitem> <para> 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 UUIDs.<indexterm><primary>UUID</primary></indexterm> </para> @@ -1041,7 +1043,9 @@ su - postgres <term><option>--with-libxslt</option></term> <listitem> <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 to perform XSL transformations of XML. </para> |