 INTRODUCTION
==============
Shpell is a POSIX shell script for spell-checking plain text files.
It also provides rudimentary stripping of HTML tags from the input
before spell checking.

The following files should be present in the archive:

  Makefile
      Installation and uninstallation
  README
      This file
  shpell
      The spell-checker script
  shpell_manual.txt
      Documentation for shpell

 INSTALLATION
==============
To install, "make install" as root, E.G.:
  sudo make install
NOTE: This will overwrite any programs in the install path already
named "shpell".

To uninstall, "make uninstall" as root, E.G.:
  sudo make uninstall

 USAGE & LICENSE
=================
See shpell_manual.txt for further information.

