perf Documentation: Fix out-of-tree asciidoctor man page generation
authorBen Hutchings <[email protected]>
Sun, 16 Sep 2018 15:17:05 +0000 (16:17 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 18 Sep 2018 13:17:16 +0000 (10:17 -0300)
commit169e366c08084aeb49a3793c892c9abfaa47eeda
treec2b99bed98bfc0fd3742f153ef0f5338985ab11d
parent6d41907c630d3196be89c9ed5a7f8258486b3eaf
perf Documentation: Fix out-of-tree asciidoctor man page generation

The dependency for the man page rule using asciidoctor incorrectly
specifies a source file in $(OUTPUT).  When building out-of-tree, the
source file is not found, resulting in a fall-back to the following rule
which uses xmlto.

Signed-off-by: Ben Hutchings <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Fixes: ffef80ecf89f ("perf Documentation: Support for asciidoctor")
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/Documentation/Makefile