From patchwork Wed Feb 17 17:07:51 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: 79981 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 o1HH8Iqj030933 for ; Wed, 17 Feb 2010 17:08:18 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752402Ab0BQRH4 (ORCPT ); Wed, 17 Feb 2010 12:07:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59025 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751846Ab0BQRH4 (ORCPT ); Wed, 17 Feb 2010 12:07:56 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1HH7tcd005589 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 17 Feb 2010 12:07:55 -0500 Received: from [10.11.8.3] (vpn-8-3.rdu.redhat.com [10.11.8.3]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1HH7pMp003376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 Feb 2010 12:07:53 -0500 Message-ID: <4B7C2267.6050302@redhat.com> Date: Wed, 17 Feb 2010 15:07:51 -0200 From: Mauro Carvalho Chehab User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: randy dunlap CC: Linux Media Mailing List , Linux Kernel Mailing List Subject: [PATCH 1/4] DocBook/Makefile: Make it less verbose X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 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]); Wed, 17 Feb 2010 17:08:18 +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)