summaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
authorKonstantin Khlebnikov <khlebnikov@yandex-team.ru>2017-08-20 14:39:13 +0300
committerBen Hutchings <ben@decadent.org.uk>2017-11-26 13:50:23 +0000
commit8c2e625dbe2d85a4a34d48e77d536c1c532f8114 (patch)
treea2e6bb0985e7da89eb5a42ea207059c6c20f76a9 /tools/perf
parent00ca597d8561c126dc9d97eedfe07bec111d2ab3 (diff)
downloadlinux-stable-8c2e625dbe2d85a4a34d48e77d536c1c532f8114.tar.gz
linux-stable-8c2e625dbe2d85a4a34d48e77d536c1c532f8114.tar.bz2
linux-stable-8c2e625dbe2d85a4a34d48e77d536c1c532f8114.zip
perf tools: Really install manpages via 'make install-man'
commit 2826478a6660158d261bc49ad8954a8f5c39be07 upstream. Target install-man builds them but forget to install. Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Borislav Petkov <borislav.petkov@amd.com> Cc: Peter Zijlstra <peterz@infradead.org> Fixes: af3df2cf17f5 ("perf tools: Try to build Documentation when installing") Link: http://lkml.kernel.org/r/150322915300.129715.13645857235229756834.stgit@buzz Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
index 3ba1c0b09908..ac0e39306421 100644
--- a/tools/perf/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
@@ -192,7 +192,7 @@ do-install-man: man
# $(INSTALL) -m 644 $(DOC_MAN5) $(DESTDIR)$(man5dir); \
# $(INSTALL) -m 644 $(DOC_MAN7) $(DESTDIR)$(man7dir)
-install-man: check-man-tools man
+install-man: check-man-tools man do-install-man
ifdef missing_tools
DO_INSTALL_MAN = $(warning Please install $(missing_tools) to have the man pages installed)