Make mhn.defaults a static file and removed the scripts that built it.
[mmh] / INSTALL
diff --git a/INSTALL b/INSTALL
index d93ff2c..32e6d42 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -50,24 +50,11 @@ need an ANSI C compiler such as gcc.
    that directory to see if you need to merge changes.
 
 4) Edit the file `mhn.defaults' (installed in the mmh `etc' directory).
+
    This file contains the default profile entries for the mmh commands
-   mhlist/mhstore/mhshow and is created by the script `mhn.defaults.sh'.
-   This script will search a generic path (essentially your $PATH) for
-   programs to handle various content types (for example, xv to display
-   images).  You can re-run this script and give it a more tailored
-   path.  You may want to re-run this script later if you install new
-   programs to display content.  An example of this is:
-
-       % cd support/general
-       % ./mhn.defaults.sh /usr/local/bin:/usr/ucb > mhn.defaults
-
-   and then move `mhn.defaults' into the mmh `etc' directory.
-
-   The `mhn.defaults.sh' script only searches for a simple set of programs.
-   If you have specialized programs to handle various types, you will need
-   to edit the `mhn.defaults' file manually.  The syntax of this file is
-   described in section 9.4 of the book "MH & xmh: Email for Users and
-   Programmers", 3rd edition, by Jerry Peek, on the Internet at
+   mhlist/mhstore/mhshow.  The syntax of this file is described in section
+   9.4 of the book "MH & xmh: Email for Users and Programmers", 3rd edition,
+   by Jerry Peek, on the Internet at
    <http://www.ics.uci.edu/~mh/book/mh/confmhn.htm>.
 
 5) Add the bindir to your PATH variable.