Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759310AbZJGO1q (ORCPT ); Wed, 7 Oct 2009 10:27:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759303AbZJGO1p (ORCPT ); Wed, 7 Oct 2009 10:27:45 -0400 Received: from casper.infradead.org ([85.118.1.10]:43145 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759302AbZJGO1n (ORCPT ); Wed, 7 Oct 2009 10:27:43 -0400 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Frederic Weisbecker , Peter Zijlstra , Paul Mackerras , Mike Galbraith , Jesse Brandeburg Subject: [PATCH 1/1] perf tools: Install the docs by default Date: Wed, 7 Oct 2009 11:26:59 -0300 Message-Id: <1254925619-6705-1-git-send-email-acme@redhat.com> X-Mailer: git-send-email 1.6.2.5 In-Reply-To: References: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1184 Lines: 34 So that we get matching docs when installing a new version of the tools. Cc: Frederic Weisbecker Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Mike Galbraith Cc: Paul Mackerras Cc: Jesse Brandeburg Suggested-by: Jesse Brandeburg Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 5a42996..e714bd1 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -895,6 +895,7 @@ ifneq (,$X) $(foreach p,$(patsubst %$X,%,$(filter %$X,$(ALL_PROGRAMS) $(BUILT_INS) perf$X)), $(RM) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$p';) endif endif + $(MAKE) -C Documentation install install-doc: $(MAKE) -C Documentation install -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/