From f867455103dd665ae6ec8a2b09cd6675a42b5ace Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Tue, 4 Aug 2020 09:44:37 +0000 Subject: [PATCH] [PATCH 2/2] perf/traceevent: Support asciidoctor for documentation From cd02fc78859ef9aefd7c92406f9523622da0b472 Mon Sep 17 00:00:00 2001 Forwarded: not-needed Gbp-Pq: Topic debian Gbp-Pq: Name perf-traceevent-support-asciidoctor-for-documentatio.patch --- tools/lib/perf/Documentation/Makefile | 2 +- tools/lib/traceevent/Documentation/Makefile | 2 +- tools/perf/Documentation/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/lib/perf/Documentation/Makefile b/tools/lib/perf/Documentation/Makefile index 972754082a8..272d06173a3 100644 --- a/tools/lib/perf/Documentation/Makefile +++ b/tools/lib/perf/Documentation/Makefile @@ -35,7 +35,7 @@ htmldir = $(docdir)/html exdir = $(docdir)/examples ASCIIDOC = asciidoc -ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf +ASCIIDOC_EXTRA = ASCIIDOC_HTML = xhtml11 MANPAGE_XSL = manpage-normal.xsl XMLTO_EXTRA = diff --git a/tools/lib/traceevent/Documentation/Makefile b/tools/lib/traceevent/Documentation/Makefile index aa72ab96c3c..f3a4ff3b8b0 100644 --- a/tools/lib/traceevent/Documentation/Makefile +++ b/tools/lib/traceevent/Documentation/Makefile @@ -28,7 +28,7 @@ mandir?=$(prefix)/share/man man3dir=$(mandir)/man3 ASCIIDOC=asciidoc -ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf +ASCIIDOC_EXTRA = ASCIIDOC_HTML = xhtml11 MANPAGE_XSL = manpage-normal.xsl XMLTO_EXTRA = diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile index db2cb7669da..9a03c5f1fb7 100644 --- a/tools/perf/Documentation/Makefile +++ b/tools/perf/Documentation/Makefile @@ -48,7 +48,7 @@ man5dir=$(mandir)/man5 man7dir=$(mandir)/man7 ASCIIDOC=asciidoc -ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf +ASCIIDOC_EXTRA += ASCIIDOC_HTML = xhtml11 MANPAGE_XSL = manpage-normal.xsl XMLTO_EXTRA = -- 2.30.2