From e4f38ce1764c06f7d2a7bc8e121adb52fe23128c Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 1 Jun 2014 12:03:01 +0200 Subject: [PATCH] doc/asciidoc.conf: Use html5 in custom macros as well. --- doc/asciidoc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf index f07a9cc..6f7d7d2 100644 --- a/doc/asciidoc.conf +++ b/doc/asciidoc.conf @@ -8,10 +8,10 @@ ifdef::backend-docbook[] endif::backend-docbook[] -ifdef::backend-xhtml11[] +ifdef::backend-html5[] [manpage-inlinemacro] {target}({section}) -endif::backend-xhtml11[] +endif::backend-html5[] ifdef::doctype-manpage[] ifdef::backend-docbook[] -- 2.30.2