]> git.baikalelectronics.ru Git - kernel.git/commit
perf Documentation: Fix out-of-tree asciidoctor man page generation
authorBen Hutchings <ben@decadent.org.uk>
Sun, 16 Sep 2018 15:17:05 +0000 (16:17 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 18 Sep 2018 13:17:16 +0000 (10:17 -0300)
commit55aadb403f8b7a886923904d776d7b543ad7c779
treec2b99bed98bfc0fd3742f153ef0f5338985ab11d
parent4504dffa2cd9ed9b79c1d146998dbbd9a9ddd87f
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 <ben@decadent.org.uk>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180916151704.GF4765@decadent.org.uk
Fixes: b6bc4bafa871 ("perf Documentation: Support for asciidoctor")
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/Makefile