From: Junio C Hamano Date: Mon, 27 Aug 2012 18:55:28 +0000 (-0700) Subject: Merge branch 'jk/docs-docbook-monospace-display' X-Git-Tag: v1.8.0-rc0~128 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8ebae4a552a6f95e1f19cc50739c6f34003fdb74?ds=inline;hp=-c Merge branch 'jk/docs-docbook-monospace-display' The documentation in the TeXinfo format was using indented output for materials meant to be examples that are better typeset in monospace. * jk/docs-docbook-monospace-display: docs: monospace listings in docbook output --- 8ebae4a552a6f95e1f19cc50739c6f34003fdb74 diff --combined Documentation/asciidoc.conf index a26d245ab4,8befd1de6e..1273a85c8a --- a/Documentation/asciidoc.conf +++ b/Documentation/asciidoc.conf @@@ -36,7 -36,7 +36,7 @@@ ifndef::git-asciidoc-no-roff[ # v1.72 breaks with this because it replaces dots not in roff requests. [listingblock] {title} - + ifdef::doctype-manpage[] .ft C endif::doctype-manpage[] @@@ -53,7 -53,7 +53,7 @@@ ifdef::doctype-manpage[ # The following two small workarounds insert a simple paragraph after screen [listingblock] {title} - + | {title#} @@@ -90,8 -90,6 +90,8 @@@ endif::backend-docbook[ endif::doctype-manpage[] ifdef::backend-xhtml11[] +[attributes] +git-relative-html-prefix= [linkgit-inlinemacro] -{target}{0?({0})} +{target}{0?({0})} endif::backend-xhtml11[]