[PATCH 2/2] perf/traceevent: Support asciidoctor for documentation
authorBastian Blank <waldi@debian.org>
Tue, 4 Aug 2020 09:44:37 +0000 (09:44 +0000)
committerSalvatore Bonaccorso <carnil@debian.org>
Fri, 25 Apr 2025 19:51:43 +0000 (21:51 +0200)
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
tools/lib/traceevent/Documentation/Makefile
tools/perf/Documentation/Makefile

index 972754082a8547830ae1a6eebd576765d38238aa..272d06173a3eda6fcf3ed33930c1520b02162714 100644 (file)
@@ -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     =
index aa72ab96c3c1dbe2982c157ae22b50adae9e1bb3..f3a4ff3b8b0e9b9f08b533f81865f83f01af4c08 100644 (file)
@@ -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 =
index 6e7b88917ca0a10a9c8d9cc052f214451bfa78ac..50b8c233e685e95cec2bf9fda9725f5c58024db5 100644 (file)
@@ -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 =