Remove my email address accidentally left in the NOTICE file.
[exim.git] / doc / doc-docbook / MyAsciidoc.conf
index 4b09e5a6ad089fb7fc056ddf8b0727a221e44535..316e1676fe93adc10aa0ea9b2266d86bb459f30a 100644 (file)
@@ -1,4 +1,4 @@
-# $Cambridge: exim/doc/doc-docbook/MyAsciidoc.conf,v 1.1 2005/06/16 10:32:31 ph10 Exp $
+# $Cambridge: exim/doc/doc-docbook/MyAsciidoc.conf,v 1.2 2005/11/10 12:30:13 ph10 Exp $
 
 # Asciidoc configuration customization for creating the DocBook XML sources
 # of the Exim specification and the filter document.
@@ -112,10 +112,17 @@ presubs=specialcharacters,quotes,replacements,macros,callouts
 # The template for my non-monospaced literal layout block
 
 [literallayoutblock]
-<literallayout{revisionflag? revisionflag="{revisionflag}"}>
+<literallayout{revisionflag? revisionflag="{revisionflag}"}>|</literallayout>
+
+# Replace the template for normal literal blocks so as to support the
+# revisionflag feature.
+
+[literalblock]
+<example><title>{title}</title>
+<literallayout{id? id="{id}"} {revisionflag? revisionflag="{revisionflag}"} class="monospaced">
 |
 </literallayout>
-
+{title#}</example>
 
 # Paragraph substitution - use <para> rather than <simplepara>