From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752347AbdHXI0g (ORCPT ); Thu, 24 Aug 2017 04:26:36 -0400 Received: from terminus.zytor.com ([65.50.211.136]:37947 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751345AbdHXI0e (ORCPT ); Thu, 24 Aug 2017 04:26:34 -0400 Date: Thu, 24 Aug 2017 01:23:55 -0700 From: tip-bot for Konstantin Khlebnikov Message-ID: Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, acme@redhat.com, alexander.shishkin@linux.intel.com, borislav.petkov@amd.com, hpa@zytor.com, tglx@linutronix.de, khlebnikov@yandex-team.ru, peterz@infradead.org Reply-To: tglx@linutronix.de, alexander.shishkin@linux.intel.com, hpa@zytor.com, borislav.petkov@amd.com, mingo@kernel.org, linux-kernel@vger.kernel.org, acme@redhat.com, peterz@infradead.org, khlebnikov@yandex-team.ru In-Reply-To: <150322915300.129715.13645857235229756834.stgit@buzz> References: <150322915300.129715.13645857235229756834.stgit@buzz> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Really install manpages via 'make install-man' Git-Commit-ID: 2826478a6660158d261bc49ad8954a8f5c39be07 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 2826478a6660158d261bc49ad8954a8f5c39be07 Gitweb: http://git.kernel.org/tip/2826478a6660158d261bc49ad8954a8f5c39be07 Author: Konstantin Khlebnikov AuthorDate: Sun, 20 Aug 2017 14:39:13 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 22 Aug 2017 13:24:53 -0300 perf tools: Really install manpages via 'make install-man' Target install-man builds them but forget to install. Signed-off-by: Konstantin Khlebnikov Cc: Alexander Shishkin Cc: Borislav Petkov Cc: Peter Zijlstra 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 --- 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 098cfb9..db11478 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)