From fca5cb9534cbe7da52c234021aa802542fccceff Mon Sep 17 00:00:00 2001 From: Evgenii Shatokhin Date: Wed, 11 Dec 2019 21:12:06 +0300 Subject: [PATCH 2/4] perf: skip xmlto validation --- tools/perf/Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile index adc5a7e44b98..317dac191d8c 100644 --- a/tools/perf/Documentation/Makefile +++ b/tools/perf/Documentation/Makefile @@ -51,7 +51,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 -- 2.20.1