* Description of mathplot ******************************************************
(the .lsm)





* Installation *****************************************************************
To compile, just enter ``make'' and that's it.

To install, just do ``make install''.
To change the default installation root, edit the variable prefix in the
Makefile.config (see also DESTDIR)


* Custom, hand-made installation ***********************************************
The minimum installation is to take the binary ``src/mathplot'' and the perl script
``scripts/_mathplot_format_it'' and to put them in your PATH. mathplot2ps should
be a link to mathplot
The binary ``src/mathplot'' is the (main) result of ``make''.

* Documentation ****************************************************************
Well, there is some interesting files in docs, but not much I'm afraid :(

* System requirement for compiling *********************************************
You need:
- OCaml v3.0 (which includes labltk)
- ocaml-simple_gettext (http://rigaux.org/ocaml-simple_gettext/)
- Perl (for the _mathplot-format-it script)
- Gnu Make...
- optionally findlib (http://www.ocaml-programming.de/packages/documentation/findlib/)

It has been developped using Debian GNU/Linux 2.1 (slink).