From patchwork Thu Feb 25 17:33:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 82076 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o1PHYGN0032724 for ; Thu, 25 Feb 2010 17:34:16 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933086Ab0BYReL (ORCPT ); Thu, 25 Feb 2010 12:34:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34453 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933076Ab0BYReJ (ORCPT ); Thu, 25 Feb 2010 12:34:09 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1PHY0wM028731 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 25 Feb 2010 12:34:00 -0500 Received: from pedra (vpn-233-73.phx2.redhat.com [10.3.233.73]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1PHXWYL018354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 25 Feb 2010 12:33:58 -0500 Date: Thu, 25 Feb 2010 14:33:27 -0300 From: Mauro Carvalho Chehab To: Randy Dunlap Cc: Linux Media Mailing List Subject: [PATCHv2 1/4] DocBook/Makefile: Make it less verbose Message-ID: <20100225143327.4e4fc43e@pedra> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 25 Feb 2010 17:34:16 +0000 (UTC) diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 325cfd1..7c590ef 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -46,8 +46,9 @@ pdfdocs: $(PDF) HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS))) htmldocs: $(HTML) - $(call build_main_index) - $(call build_images) + @$($(quiet)cmd_build_main_index) + @$($(call build_main_index)) + @($(call build_images)) MAN := $(patsubst %.xml, %.9, $(BOOKS)) mandocs: $(MAN) @@ -145,6 +146,8 @@ quiet_cmd_db2pdf = PDF $@ %.pdf : %.xml $(call cmd,db2pdf) + cmd_build_main_index = : +quiet_cmd_build_main_index = echo ' BUILD $@' index = index.html main_idx = Documentation/DocBook/$(index)