mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 10:32:54 +00:00
13 lines
443 B
Diff
13 lines
443 B
Diff
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
|
|
index 42261a9b280e..e1f6baf693e9 100644
|
|
--- a/tools/perf/Documentation/Makefile
|
|
+++ b/tools/perf/Documentation/Makefile
|
|
@@ -50,7 +50,7 @@ ASCIIDOC=asciidoc
|
|
ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
|
|
ASCIIDOC_HTML = xhtml11
|
|
MANPAGE_XSL = manpage-normal.xsl
|
|
-XMLTO_EXTRA =
|
|
+XMLTO_EXTRA = --skip-validation
|
|
INSTALL?=install
|
|
RM ?= rm -f
|
|
DOC_REF = origin/man
|