From b62f85691ed71536b873f7002526df43997f7ad8 Mon Sep 17 00:00:00 2001
From: Teodor Sigaev <teodor@sigaev.ru>
Date: Wed, 31 Jan 2007 15:23:28 +0000
Subject: [PATCH] Update FreeBSD DocBook installation notices

---
 doc/src/sgml/docguide.sgml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml
index 6da9ee266f6..d83cac5e310 100644
--- a/doc/src/sgml/docguide.sgml
+++ b/doc/src/sgml/docguide.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.67 2007/01/27 22:44:32 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.68 2007/01/31 15:23:28 teodor Exp $ -->
 
 <appendix id="docguide">
  <title>Documentation</title>
@@ -212,9 +212,10 @@
      <listitem>
       <para><filename>textproc/dsssl-docbook-modular</filename></para>
      </listitem>
+     <listitem>
+      <para><filename>textproc/docbook-420</filename></para>
+     </listitem>
     </itemizedlist>
-    Apparently, there is no port for the DocBook V4.2 SGML DTD
-    available right now.  You will need to install it manually.
    </para>
 
    <para>
@@ -225,10 +226,13 @@
 
    <para>
     It's possible that the ports do not update the main catalog file
-    in <filename>/usr/local/share/sgml/catalog</filename>.  Be sure to
-    have the following line in there:
+    in <filename>/usr/local/share/sgml/catalog.ports</filename> or order 
+	isn't proper .  Be sure to have the following lines in begining of file:
 <programlisting>
-CATALOG "/usr/local/share/sgml/docbook/4.2/docbook.cat"
+CATALOG "openjade/catalog"
+CATALOG "iso8879/catalog"
+CATALOG "docbook/dsssl/modular/catalog"
+CATALOG "docbook/4.2/catalog"
 </programlisting>
     If you do not want to edit the file you can also set the
     environment variable <envar>SGML_CATALOG_FILES</envar> to a
-- 
GitLab