diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-10-05 18:55:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-10-05 18:55:45 +0000 |
commit | 86210e9d395174975a6222bdcfeefc927da988c8 (patch) | |
tree | 5f0a74e89cce64750c41cc9b95a39c9b9b2654ad | |
parent | 00c85b44b86518df6cb84f25f8ee42e5395634df (diff) | |
download | postgresql-86210e9d395174975a6222bdcfeefc927da988c8.tar.gz postgresql-86210e9d395174975a6222bdcfeefc927da988c8.zip |
Update sgmltools install instructions.
-rw-r--r-- | doc/src/sgml/docguide.sgml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 3282e3ecd7b..f814efa31f9 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.20 1999/10/04 17:05:51 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.21 1999/10/05 18:55:45 momjian Exp $ Documentation Guide Thomas Lockhart @@ -1319,19 +1319,19 @@ and process it with Norman Walsh's DSSSL style sheets to create <acronym>HTML</a and <acronym>RTF</acronym>. </para> -<para> +<para> The easiest way is to fetch the SGML and DocBook tools is to get <application>sgmltools</application> from <ulink url="http://www.sgmltools.org/"><productname>sgmltools</productname></u link>. <productname>sgmltools</productname> requires the GNU version of -<productname>m4</productname>. -<programlisting>gnum4 --version</programlisting> will show you if your -m4 is the GNU version. After the install, you will have -<productname>sgmltools</productname>, +<productname>m4</productname>. <programlisting>gnum4 +--version</programlisting> will show you if your m4 is the GNU version. +If you install GNU m4, install it with the name gnum4 and +<productname>sgmltools</productname> will it. After the install, you will +have <productname>sgmltools</productname>, <productname>jade</productname>, and <productname>DocBook</productname> style sheets. The instructions below are for installing these tools -separately. -</para> +separately. </para> <sect3><title>Prerequisites</title> |