diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-16 10:32:31 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-16 10:32:31 +0000 |
commit | 168e428fc4dfcf7f4d377d137743d8332784fa35 (patch) | |
tree | afdd32a3a7f9f28dfce516421077baf3383c87d0 /doc/ABOUT | |
parent | 612ba564e598548543eb4d3e2313d7be687beb9b (diff) |
Install all the files that comprise the new DocBook way of making the
documentation.
Diffstat (limited to 'doc/ABOUT')
-rw-r--r-- | doc/ABOUT | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/ABOUT b/doc/ABOUT new file mode 100644 index 000000000..4bbaeafe0 --- /dev/null +++ b/doc/ABOUT @@ -0,0 +1,33 @@ +$Cambridge: exim/doc/ABOUT,v 1.1 2005/06/16 10:32:31 ph10 Exp $ + +CVS directory exim/exim-doc +--------------------------- + +This directory contains all the files related to Exim documentation. They are +held in a number of subdirectories. + +doc-docbook This directory contains the AsciiDoc and DocBook sources for + the Exim specification and the filter description. It also + contains a Makefile and all the scripts, stylesheets, etc. + that are used to create the distributed renditions of the + documents. This way of creating the documentation was + introduced for release 4.60. + +doc-misc This directory contains a number of miscellaneous documents + that are relevant to Exim, but not part of its distribution + tarball. + +doc-scripts This directory contains scripts for building exported + documentation from the original SGCAL input source. These were + used up to and including release 4.50. + +doc-src This directory contains the SGCAL source documents that were + used up to and including release 4.50. + +doc-txt This directory contains documentation that is maintained only + as text files. + +Each of these directories contains an ABOUT file that describes its contents in +more detail. + +End |