From f43afbca701113fb6538e38e1f95666fb1910e2f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 21 Oct 2014 10:43:09 -0400 Subject: [PATCH] doc: Update Red Hat documentation tools information The old text was written in ancient times when RPM packages could be shared more or less freely across a plethora of RPM-based Linux distributions. This isn't really the case anymore, so just make this information more concrete for the Red Hat family. --- doc/src/sgml/docguide.sgml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 537d7a5bbdf..0186ef4afba 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -193,18 +193,13 @@ - <productname>Linux</productname> <acronym>RPM</acronym> Installation + Installation on Fedora, RHEL, and Derivatives - Most vendors provide a complete RPM set for DocBook processing in - their distribution. Look for an SGML option while - installing, or the following packages: - sgml-common, docbook, - stylesheets, openjade - (or jade). You may also need sgml-tools - and either xsltproc or 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. + To install the required packages, use: + +yum install docbook-dtds docbook-style-dsssl docbook-style-xsl libxslt openjade +