From 3dfbfb7df63a1441bf12e2d2ff0f974d79263089 Mon Sep 17 00:00:00 2001
From: "Donald A. Peterson" <dpeterso@users.sourceforge.net>
Date: Wed, 7 Aug 2002 01:26:01 +0000
Subject: [PATCH] Corrected outdated documentation info and links.

svn: r1115
---
 INSTALL |  2 +-
 README  | 30 ++++++++++--------------------
 2 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/INSTALL b/INSTALL
index 13d281b16..7526c41a4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,7 @@ building gramps.
 SHORT VERSION:
 Execute:
 aclocal
-automake --gnu && autoconf && make
+automake --add-missing --gnu && autoconf && make
 
 HTML documentation is built from SGML sources via jw.  It is known to work
 with docbook-utils-0.6.9.  There is a problem with 0.6.10, which seems to
diff --git a/README b/README
index 892ab4c65..40e485733 100644
--- a/README
+++ b/README
@@ -15,31 +15,21 @@ Documentation
 ---------------------------------
 Gramps documentation is supplied in the form of SGML files, which will be
 installed in the GNOME help path(*).  Recent versions of Nautilus and Galeon
-can generate HTML documents on-the-fly from these.  To generate distinct
-HTML documentation follow these steps:
+can generate HTML on-the-fly documents from these.  For more information on
+building HTML files (including info about packages that do and do not work
+with the documentation) see the INSTALL file.  To generate separate HTML
+documentation:
 
 1) Ensure the following packages are installed:
 * db2html >= 0.6.9  (jw >= 1.1)  to convert the SGML -> HTML
 * gnome-doc-tools-2-1            for the GNOME documentation style sheets
-The former is part of the docbook-utils package, the latter can be found at
-http://people.redhat.com/dcm/software.html. The /etc/sgml/catalog file
-should contain an entry pointing to PNG support. If configured properly,
-your db2html should automatically look up and use the /etc/sgml/catalog
-file.  If it doesn't you can try editing the DB2HTML line in Makefile.comm
-to explicitly use that file, DB2HTML = db2html -c /etc/sgml/catalog
+The former is part of the docbook-utils package, the latter can be found
+from the developer section at gnome.org. 
 
-2) Invoke configure with the --enable-html option: 
-   ./configure --enable-html
-
-3) In addition to the normal 'make' and 'make install', you need to also
-execute 'make html && make install-html'.
-
-If all goes well and you do the happy dance, the HTML files should be
-built and installed successfully.  Due to a wide variation in the
-implementation of db2html (and docbook-utils) across various Linux
-distributions, though, this is not guaranteed to work.  Some configure-time
-checks are in place, and it _should_ work, but it is very ad-hoc at the
-moment.  You have been warned. :-)
+One also needs png support for sgml, which should be a part of the
+gnome-doc-tools package. The /etc/sgml/catalog file should
+contain an entry pointing to PNG support. If configured properly, your
+db2html should automatically look up and use the /etc/sgml/catalog file.
 
 Of course, current HTML documentation can also be found on the gramps website,
 http://gramps.sourceforge.net/help.html