diff options
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. |