From patchwork Tue Oct 28 15:03:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 5177961 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id EF8FFC11AC for ; Tue, 28 Oct 2014 15:04:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 19C44201B4 for ; Tue, 28 Oct 2014 15:04:10 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 2313D2024F for ; Tue, 28 Oct 2014 15:04:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 46C3E6E749; Tue, 28 Oct 2014 08:04:05 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by gabe.freedesktop.org (Postfix) with ESMTP id A04DA6E73B for ; Tue, 28 Oct 2014 08:04:03 -0700 (PDT) Received: by mail-wi0-f171.google.com with SMTP id hi2so6045246wib.10 for ; Tue, 28 Oct 2014 08:04:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=14r2nkGG8rocTnhnfUpDDrYu91nTfb/kIste0WH/EKY=; b=khy90qIMFZD80e+fGZqwpJCKyqXBrG9n9QKNvIeiRIaQriTGCe06uhbsCgTTtNeqC7 Dd3ee1nXKAVV+/okktTA2wKnoUGoAUkAMt83VaBQ6TfspX57xdCNNFXLRUpvbRBIx3ZL xfJzo+DyyVeUnLAnEu48aEYPNLThVOaAVSMO0kNtX2YQDwLn0fK30YueZbKCHhjnKKV1 4tAZIwIgrzjje+ULeTOqf0uB/KtBwMajuTs7TiatdTlC1IUQxUHDY6cgj6QkSKgqSyld ozUpmcIFGlgSVTendFpU2l5wuFbWHnbqAMXE+VFHFFd832ISYG8ylsy0CKzfYGiNA+KD JsNg== X-Gm-Message-State: ALoCoQm5t7RNwEPpCxaRIfiRoCOf2Q17x/kumK4+aAZoten3GdV9G0+zu6Qit91mCUb1n6mtsLOg X-Received: by 10.180.94.34 with SMTP id cz2mr28354453wib.4.1414508642604; Tue, 28 Oct 2014 08:04:02 -0700 (PDT) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id ic4sm15688465wid.19.2014.10.28.08.04.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Oct 2014 08:04:01 -0700 (PDT) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Tue, 28 Oct 2014 15:03:55 +0000 Message-Id: <1414508636-13543-3-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1414508636-13543-1-git-send-email-thomas.wood@intel.com> References: <1414508636-13543-1-git-send-email-thomas.wood@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 3/4] Build the docs directory last X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Ensure that other components are built before generating the documentation. Signed-off-by: Thomas Wood --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1dacb17..0c799d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -SUBDIRS = docs lib man tools scripts benchmarks demos overlay +SUBDIRS = lib man tools scripts benchmarks demos overlay docs if BUILD_ASSEMBLER SUBDIRS += assembler