From: brian m. carlson Date: Sun, 29 Oct 2017 21:13:07 +0000 (+0000) Subject: Documentation: enable compat-mode for Asciidoctor X-Git-Tag: v2.15.2~13^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b072e0a3f8b4fdd9cf81948c49a6795057336629?hp=--cc Documentation: enable compat-mode for Asciidoctor Asciidoctor 1.5.0 and later have a compatibility mode that makes it more compatible with some Asciidoc syntax, notably the single and double quote handling. While this doesn't affect any of our current documentation, it would be beneficial to enable this mode to reduce the differences between AsciiDoc and Asciidoctor if we make use of those features in the future. Since this mode is specified as an attribute, if a version of Asciidoctor doesn't understand it, it will simply be ignored. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano --- b072e0a3f8b4fdd9cf81948c49a6795057336629 diff --git a/Documentation/Makefile b/Documentation/Makefile index 471bb29725..d5ad85459e 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -181,6 +181,7 @@ ASCIIDOC = asciidoctor ASCIIDOC_CONF = ASCIIDOC_HTML = xhtml5 ASCIIDOC_DOCBOOK = docbook45 +ASCIIDOC_EXTRA += -acompat-mode ASCIIDOC_EXTRA += -I. -rasciidoctor-extensions ASCIIDOC_EXTRA += -alitdd='&\#x2d;&\#x2d;' DBLATEX_COMMON =