diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-14 04:55:05 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-14 04:55:05 +0200 |
commit | 6aa0e0017d7d0cddc006da885946934b06949a91 (patch) | |
tree | 66b688ec32e2f91266db760b1762f2a50cc52036 /libslang/doc/README | |
parent | a966db5b71328f6adf9dd767e64b322a3bd7ed9c (diff) | |
download | erlang-slang-fork-6aa0e0017d7d0cddc006da885946934b06949a91.tar.gz |
include libslang-1.4.9 and automatically build it and link erlang-slang against it
few (erlang) people will still have libslang-1.4.9 installed or spend time
to get it to link against the driver
Diffstat (limited to 'libslang/doc/README')
-rw-r--r-- | libslang/doc/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libslang/doc/README b/libslang/doc/README new file mode 100644 index 0000000..32612e8 --- /dev/null +++ b/libslang/doc/README @@ -0,0 +1,25 @@ +The documentation here is provided in text format. Documentation in +SGML, HTML, TeX, and postscript formats are also available from +ftp://space.mit.edu/pub/davis/slang/slang-doc.tar.gz as well as the +mirror sites. In addition, the documentation is available on-line from +http://space.mit.edu/%7Edavis/slang-doc.html. + +The text subdirectory contains: + + text/slang.txt Documentation describing the slang language + text/cslang.txt C programmer's guide to the library + text/cref.txt Reference Manual for the C functions + text/slangfun.txt Reference Manual for the slang intrinsic functions + +There may be additional subdirectories: + + tm/ Text-Macro source for documentation + html/ Documentation in HTML form + text/ Documentation in text form + ps/ Documentation in postscript (from LaTeX) + sgml/ SGML source + +The documentation was created by SGML-Tools from SGML format, which +itself was created from text-macro source. The LaTeX2e output +produced by SGML-Tools needs some additional tweaking by the script +tm/fixtex.sl. |