Perl Text to HTML converter
---------------------------

System wide install

        Run makefile with appropriate parameters. The program is
        installed without any file extension.

            make help
            make DESTDIR= prefix=/usr/local install

Manual install:

        Copy bin/*.pl somewhere along $PATH or use

            make DESTDIR=$HOME prefix=/usr install

Optional

        In order to use link checking feature (--Link* option), extra
        Perl modules are needed:

            perl -MHTML::FormatText -e 'print ok'
            perl -MHTML::Parse      -e 'print ok'
            perl -MLWP::UserAgent   -e 'print ok'

        To install these, visit http://cpan.perl.org or use:

            perl -MCPAN -e shell
            cpan> install <module>

End of file
