diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-01-26 09:22:21 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-01-26 09:22:21 -0500 |
commit | 159e3d86292cfec2a2828f9f69ac7a6cb1be242d (patch) | |
tree | d393f08f82b4a7baee841cbed710334a1b0b1574 /doc/src/sgml/installation.sgml | |
parent | e84730a916bce0635eb78205d2ea4746ee664d68 (diff) |
Update contrib documention mentions to point to actual documentation
sections, rather than just calling it "/contrib/module_name".
Also update pg_test_fsync build instructions now that it is in /contrib.
Diffstat (limited to 'doc/src/sgml/installation.sgml')
-rw-r--r-- | doc/src/sgml/installation.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index a480a8dfd9e..b64493c3463 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1007,8 +1007,8 @@ su - postgres <listitem> <para> Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID - library</ulink> when building <filename>contrib/uuid-ossp</>. - The library provides functions to generate + library</ulink> when building the <xref linkend="uuid-ossp"> + module. The library provides functions to generate UUIDs.<indexterm><primary>UUID</primary></indexterm> </para> </listitem> @@ -1041,9 +1041,9 @@ su - postgres <term><option>--with-libxslt</option></term> <listitem> <para> - Use libxslt when building <filename>contrib/xml2</>. - <filename>contrib/xml2</> relies on this library to perform - XSL transformations of XML. + Use libxslt when building the <xref linkend="xml2"> + module. <application>xml2</> relies on this library + to perform XSL transformations of XML. </para> </listitem> </varlistentry> |