2016-07-26 11:24:24 +03:00
|
|
|
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
|
2020-08-13 19:21:49 +03:00
|
|
|
index 6e54979c2124..ccbc7a68769d 100644
|
2016-07-26 11:24:24 +03:00
|
|
|
--- a/tools/perf/Documentation/Makefile
|
|
|
|
+++ b/tools/perf/Documentation/Makefile
|
2020-08-13 19:21:49 +03:00
|
|
|
@@ -51,7 +51,7 @@ ASCIIDOC=asciidoc
|
|
|
|
ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf
|
2018-09-08 16:04:38 +03:00
|
|
|
ASCIIDOC_HTML = xhtml11
|
2016-07-26 11:24:24 +03:00
|
|
|
MANPAGE_XSL = manpage-normal.xsl
|
|
|
|
-XMLTO_EXTRA =
|
|
|
|
+XMLTO_EXTRA = --skip-validation
|
|
|
|
INSTALL?=install
|
|
|
|
RM ?= rm -f
|
|
|
|
DOC_REF = origin/man
|