All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/perf: really install manpages by make install-man
@ 2017-08-20 11:39 Konstantin Khlebnikov
  2017-08-22 15:46 ` Arnaldo Carvalho de Melo
  2017-08-24  8:23 ` [tip:perf/core] perf tools: Really install manpages via 'make install-man' tip-bot for Konstantin Khlebnikov
  0 siblings, 2 replies; 3+ messages in thread
From: Konstantin Khlebnikov @ 2017-08-20 11:39 UTC (permalink / raw)
  To: Peter Zijlstra, Alexander Shishkin, Ingo Molnar, linux-kernel,
	Arnaldo Carvalho de Melo

Target install-man builds them but forget to install.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
---
 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 098cfb9ca8f0..db11478e30b4 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)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools/perf: really install manpages by make install-man
  2017-08-20 11:39 [PATCH] tools/perf: really install manpages by make install-man Konstantin Khlebnikov
@ 2017-08-22 15:46 ` Arnaldo Carvalho de Melo
  2017-08-24  8:23 ` [tip:perf/core] perf tools: Really install manpages via 'make install-man' tip-bot for Konstantin Khlebnikov
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2017-08-22 15:46 UTC (permalink / raw)
  To: Konstantin Khlebnikov
  Cc: Peter Zijlstra, Borislav Petkov, Alexander Shishkin, Ingo Molnar,
	linux-kernel

Em Sun, Aug 20, 2017 at 02:39:13PM +0300, Konstantin Khlebnikov escreveu:
> Target install-man builds them but forget to install.

Thanks, applied, I guess nobody noticed that because the man pages _are_
installed when using plain 'make -C tools/perf install', as it calls
'try-install-man' and it, in turn, uses do-install-man.

- Arnaldo
 
> Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
> ---
>  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 098cfb9ca8f0..db11478e30b4 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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:perf/core] perf tools: Really install manpages via 'make install-man'
  2017-08-20 11:39 [PATCH] tools/perf: really install manpages by make install-man Konstantin Khlebnikov
  2017-08-22 15:46 ` Arnaldo Carvalho de Melo
@ 2017-08-24  8:23 ` tip-bot for Konstantin Khlebnikov
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Konstantin Khlebnikov @ 2017-08-24  8:23 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, mingo, acme, alexander.shishkin, borislav.petkov,
	hpa, tglx, khlebnikov, peterz

Commit-ID:  2826478a6660158d261bc49ad8954a8f5c39be07
Gitweb:     http://git.kernel.org/tip/2826478a6660158d261bc49ad8954a8f5c39be07
Author:     Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
AuthorDate: Sun, 20 Aug 2017 14:39:13 +0300
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
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 <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>
---
 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)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-24  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-20 11:39 [PATCH] tools/perf: really install manpages by make install-man Konstantin Khlebnikov
2017-08-22 15:46 ` Arnaldo Carvalho de Melo
2017-08-24  8:23 ` [tip:perf/core] perf tools: Really install manpages via 'make install-man' tip-bot for Konstantin Khlebnikov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.