]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: asciidoc.conf: always use <literallayout> for [blocktext]
authorChris Johnsen <chris_johnsen@pobox.com>
Fri, 27 Mar 2009 06:44:03 +0000 (01:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2009 07:33:19 +0000 (00:33 -0700)
Make the docbook-xsl-no-raw-roff variant match the
no-docbook-xsl-no-raw-roff variant in terms of which XML tag is
used to wrap listing block text (delimited with lines of dashes).

e920b56 (Tweak asciidoc output to work with broken docbook-xsl,
2006-03-05) says docbook-xsl 1.68 needs <literallayout>. This
<screen> usages was in the old, 1.72-only section. But since it
is now the "roff-less" section, it probably makes sense to make it
symmetric with the "roff-ful" section.

Testing done with asciidoc 8.3.1 and docbook-xsl 1.74.0.

Signed-off-by: Chris Johnsen <chris_johnsen@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/asciidoc.conf

index ce1b1755aedd419223c0076fae0cf426ab970e87..9963f2da81bd6ecbecbff7397944f46b0858b038 100644 (file)
@@ -49,9 +49,9 @@ ifdef::doctype-manpage[]
 # The following two small workarounds insert a simple paragraph after screen
 [listingblock]
 <example><title>{title}</title>
-<screen>
+<literallayout>
 |
-</screen><simpara></simpara>
+</literallayout><simpara></simpara>
 {title#}</example>
 
 [verseblock]