34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
From cd02fc78859ef9aefd7c92406f9523622da0b472 Mon Sep 17 00:00:00 2001
|
|
From: Bastian Blank <waldi@debian.org>
|
|
Date: Tue, 4 Aug 2020 09:44:37 +0000
|
|
Subject: [PATCH 2/2] perf/traceevent: Support asciidoctor for documentation
|
|
Forwarded: not-needed
|
|
|
|
---
|
|
tools/lib/perf/Documentation/Makefile | 2 +-
|
|
tools/perf/Documentation/Makefile | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- 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 =
|
|
--- a/tools/perf/Documentation/Makefile
|
|
+++ b/tools/perf/Documentation/Makefile
|
|
@@ -45,7 +45,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 =
|