From patchwork Sat Mar 26 20:28:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 6218 Return-path: Envelope-to: mchehab@pedra Delivery-date: Sat, 26 Mar 2011 21:49:16 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1Q3eAO-0006il-92 for mchehab@pedra; Sat, 26 Mar 2011 21:49:16 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Sat, 26 Mar 2011 21:49:16 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1Q3a6a-0008EN-CO; Sat, 26 Mar 2011 20:29:04 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754049Ab1CZU2e (ORCPT + 1 other); Sat, 26 Mar 2011 16:28:34 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:32654 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753985Ab1CZU2d (ORCPT ); Sat, 26 Mar 2011 16:28:33 -0400 Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p2QKS2PD028360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 26 Mar 2011 20:28:04 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p2QKS2o9019367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Mar 2011 20:28:02 GMT Received: from abhmt018.oracle.com (abhmt018.oracle.com [141.146.116.27]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p2QKS1Gd023786; Sat, 26 Mar 2011 15:28:01 -0500 Received: from chimera.site (/173.50.240.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 26 Mar 2011 13:28:01 -0700 Date: Sat, 26 Mar 2011 13:28:00 -0700 From: Randy Dunlap To: lkml Cc: linux-media@vger.kernel.org, torvalds Subject: [PATCH] docbook: fix broken media build Message-Id: <20110326132800.326fa555.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Source-IP: acsmt358.oracle.com [141.146.40.158] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.4D8E4C52.00C1,ss=1,fgs=0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: From: Randy Dunlap DocBook/v4l/ no longer has any *.png files, so the 'cp' command fails, breaking the build. Drop the *.png cp. cp: cannot stat `linux-2.6.38-git18/Documentation/DocBook/v4l/*.png': No such file or directory Signed-off-by: Randy Dunlap --- Documentation/DocBook/Makefile | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-2.6.38-git18.orig/Documentation/DocBook/Makefile +++ linux-2.6.38-git18/Documentation/DocBook/Makefile @@ -55,7 +55,6 @@ mandocs: $(MAN) build_images = mkdir -p $(objtree)/Documentation/DocBook/media/ && \ cp $(srctree)/Documentation/DocBook/dvb/*.png \ $(srctree)/Documentation/DocBook/v4l/*.gif \ - $(srctree)/Documentation/DocBook/v4l/*.png \ $(objtree)/Documentation/DocBook/media/ xmldoclinks: