summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/perf-traceevent-support-asciidoctor-for-documentatio.patch
blob: 89df33ab06145cd81e26b529fcf8854844050c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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/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 972754082a85..272d06173a3e 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 aa72ab96c3c1..f3a4ff3b8b0e 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 6e54979c2124..7bfa6ae971ab 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.28.0