diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-26 14:06:33 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-26 14:06:33 +0000 |
commit | 3339358381577eb97a6fc6a64115d156369377a7 (patch) | |
tree | 3078e45615c49ed1e0dfd8da51c495b6161acc0f /doc | |
parent | e58c13cc0600761b3b39b8ae67566acef3a03dcb (diff) |
Tweak for new processing method.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 5856b3f97..d29141325 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -1,4 +1,4 @@ -. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.14 2007/01/15 15:58:40 ph10 Exp $ +. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.15 2007/02/26 14:06:33 ph10 Exp $ . . ///////////////////////////////////////////////////////////////////////////// . This is the primary source of the Exim Manual. It is an xfpt document that is @@ -9,18 +9,12 @@ .include stdflags .include stdmacs -.docbook -.book . ///////////////////////////////////////////////////////////////////////////// -. These definitions set some parameters and save some typing. Remember that -. the <bookinfo> element must also be updated for each new edition. +. This outputs the standard DocBook boilerplate. . ///////////////////////////////////////////////////////////////////////////// -.set ACL "access control lists (ACLs)" -.set previousversion "4.63" -.set version "4.66" - +.docbook . ///////////////////////////////////////////////////////////////////////////// . These lines are processing instructions for the Simple DocBook Processor that @@ -36,6 +30,21 @@ ?> .literal off +. ///////////////////////////////////////////////////////////////////////////// +. This generate the outermost <book> element that wraps then entire document. +. ///////////////////////////////////////////////////////////////////////////// + +.book + +. ///////////////////////////////////////////////////////////////////////////// +. These definitions set some parameters and save some typing. Remember that +. the <bookinfo> element must also be updated for each new edition. +. ///////////////////////////////////////////////////////////////////////////// + +.set ACL "access control lists (ACLs)" +.set previousversion "4.63" +.set version "4.66" + . ///////////////////////////////////////////////////////////////////////////// . Additional xfpt markup used by this document, over and above the default |