[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <lsq.1511315893.375153409@decadent.org.uk>
Date: Wed, 22 Nov 2017 01:58:13 +0000
From: Ben Hutchings <ben@...adent.org.uk>
To: linux-kernel@...r.kernel.org, stable@...r.kernel.org
CC: akpm@...ux-foundation.org,
"Konstantin Khlebnikov" <khlebnikov@...dex-team.ru>,
"Borislav Petkov" <borislav.petkov@....com>,
"Peter Zijlstra" <peterz@...radead.org>,
"Alexander Shishkin" <alexander.shishkin@...ux.intel.com>,
"Arnaldo Carvalho de Melo" <acme@...hat.com>
Subject: [PATCH 3.16 049/133] perf tools: Really install manpages via
'make install-man'
3.16.51-rc1 review patch. If anyone has any objections, please let me know.
------------------
From: Konstantin Khlebnikov <khlebnikov@...dex-team.ru>
commit 2826478a6660158d261bc49ad8954a8f5c39be07 upstream.
Target install-man builds them but forget to install.
Signed-off-by: Konstantin Khlebnikov <khlebnikov@...dex-team.ru>
Cc: Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Cc: Borislav Petkov <borislav.petkov@....com>
Cc: Peter Zijlstra <peterz@...radead.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@...hat.com>
Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
---
tools/perf/Documentation/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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)
Powered by blists - more mailing lists