From patchwork Wed Jan 16 14:16:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maarten Lankhorst X-Patchwork-Id: 1988461 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id C71ABDF2A2 for ; Wed, 16 Jan 2013 14:17:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A6651E68ED for ; Wed, 16 Jan 2013 06:17:34 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by gabe.freedesktop.org (Postfix) with ESMTP id 1C2C0E6817; Wed, 16 Jan 2013 06:16:17 -0800 (PST) Received: from 5ed48cef.cm-7-5c.dynamic.ziggo.nl ([94.212.140.239] helo=[192.168.1.128]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1TvTmn-0003I9-2V; Wed, 16 Jan 2013 14:16:13 +0000 Message-ID: <50F6B62C.1080705@canonical.com> Date: Wed, 16 Jan 2013 15:16:12 +0100 From: Maarten Lankhorst User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: xorg-announce@lists.freedesktop.org, Jesse Barnes Subject: Re: [ANNOUNCE] libdrm 2.4.41 References: <50F69AC5.7090800@canonical.com> In-Reply-To: <50F69AC5.7090800@canonical.com> Cc: "dri-devel@lists.freedesktop.org" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Op 16-01-13 13:19, Maarten Lankhorst schreef: > ... > Jesse Barnes (1): > man: disable man page building until David saves us all > Looks like this commit might break building if you don't build against git directly, since it's not included in the tarball. The fix for this is removing man/Makefile from configure.ac: diff --git a/configure.ac b/configure.ac index 10cc9a4..1776610 100644 --- a/configure.ac +++ b/configure.ac @@ -348,7 +348,6 @@ AC_CONFIG_FILES([ tests/vbltest/Makefile include/Makefile include/drm/Makefile - man/Makefile libdrm.pc]) AC_OUTPUT