diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-08-30 10:37:46 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-08-30 10:39:03 -0400 |
commit | 152525b5f3db9b7b58fa06e5d03725288f054b1d (patch) | |
tree | b89925ebdddd026aa6a070bad5c8491b2ebad7f8 /doc/src | |
parent | 9cffb187d80d87399c5d2c4577b3f3ba775ef028 (diff) | |
download | postgresql-152525b5f3db9b7b58fa06e5d03725288f054b1d.tar.gz postgresql-152525b5f3db9b7b58fa06e5d03725288f054b1d.zip |
Document that xslt-related RPMs may be needed to build docs.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/docguide.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 98b181fb303..74eb5f28f27 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -201,8 +201,8 @@ installing, or the following packages: <filename>sgml-common</filename>, <filename>docbook</filename>, <filename>stylesheets</filename>, <filename>openjade</filename> - (or <filename>jade</filename>). Possibly - <filename>sgml-tools</filename> will be needed as well. If your + (or <filename>jade</filename>). You may also need <filename>sgml-tools</filename> + and either <filename>xsltproc</filename> or <filename>libxslt</>. If your distributor does not provide these then you should be able to make use of the packages from some other, reasonably compatible vendor. </para> |