]> git.decadent.org.uk Git - ion3.git/blobdiff - README
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / README
diff --git a/README b/README
index 62684eeaeeb413e5db9fe1288425d4e1d47dabe9..0769ba68a7d82e098f0aaae412151148f6ee69d4 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 Ion
 ===
 
-Copyright (c) Tuomo Valkonen 1999-2006.
+Copyright (c) Tuomo Valkonen 1999-2007.
 
 tuomov at iki.fi
 
@@ -18,16 +18,16 @@ Building and installing
     * Lua 5.1 (see <http://www.lua.org/>). 
 
 2. a) Edit `system.mk` to suit your system. Most GNU/Linux users should
-      need very little modifications to `system.mk`.
+      need very few changes.
 
    b) Alternatively, go to the directory `build/ac`, run `autoreconf`
-      and then `./configure`. Switch back to the top directory afterwards.
-      See `build/ac/README.autoconf` for details on parameters, especially 
-      if you are using the Debian Lua packages. If you try this method and 
-      it fails for some reason, please make sure `build/ac/system-ac.mk` 
-      does not exist before falling back to alternative a). Also in such
-      a case, find someone else to complain to; I (tuomov) will have 
-      nothing to do with autoconf.
+      and then `./configure`. Switch back to the top lvel directory 
+      afterwards. See `build/ac/README.autoconf` for details on parameters, 
+      especially if you are using the Debian Lua packages. If you try 
+      this method and it fails for some reason, please make sure 
+      `build/ac/system-ac.mk` does not exist before falling back to
+      alternative a). Also in such a case, find someone else to complain
+      to: I (tuomov) will have nothing to do with autoconf.
 
 3. If you want to build some extra modules now or do not want to build
    some of the standard modules, edit `modulelist.mk`.
@@ -65,7 +65,7 @@ Some optional installation steps
    a program to view a file based on its guessed MIME type. Unless you are
    using Debian, most likely you don't have it, but any other similar 
    program (or just plain old text editor) will do as well - just the bindings
-   in `cfg_bindings.lua`. Of course, if you don't want to use the feature at 
+   in `cfg_ioncore.lua`. Of course, if you don't want to use the feature at 
    this time or never, you may simply skip this step. If you want to use 
    `run-mailcap`, it can be found from the following address, as a source 
    tarball as well:
@@ -93,7 +93,7 @@ Some optional installation steps
    
    If the `MANPATH` environment variable is not set on your system and it
     does not have the `manpath` command (or it does not print anything 
-   sensible), you may also want to set the `ION_MC_MANPATH` environment
+   sensible), you may also want to set the `ION_MANPATH` environment
    variable to the list of paths where the system stores manual pages.