From patchwork Wed Jun 11 14:49:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 4336631 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7108A9F314 for ; Wed, 11 Jun 2014 14:49:51 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CB0B12022A for ; Wed, 11 Jun 2014 14:49:47 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id B02BB201EF for ; Wed, 11 Jun 2014 14:49:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CF5E16E266; Wed, 11 Jun 2014 07:49:44 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by gabe.freedesktop.org (Postfix) with ESMTP id BD4A26E266 for ; Wed, 11 Jun 2014 07:49:42 -0700 (PDT) Received: by mail-wg0-f50.google.com with SMTP id x13so5106857wgg.33 for ; Wed, 11 Jun 2014 07:49:41 -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=I+w8KZCmNGO92usDex4V6S/US5JMgN64HXSy6CzLR30=; b=D/JCLq+tdE2hhVbPaOsz7JiA+bWX8roETizDno3zXC4l/viBSdUtUg4VStiEB2MqX6 itiLwfbMwK3dEzL3yUHy3lGElS3KuPDNpeGUt6L6ZJRd0PlwZUgpirlFzTuzPM1XC9RL 32MSdxhsUCGgL1BYCUQ7wNE+0WWxgnvFZbtiamdcQim+YhU3y3g8F+EoOWLPIydKft+s XZ3ZlU+MUz7qEDCi/xe8UirKLmdoen+Ur2FO5EZRgfr+VLjCEQNKncuoIrLt9KfrcLlX fEeM5WyVqOEnn5lfRvWxEX1EMaJMdblA5e8AfnBOdnqTUbmmBo5DQuzeP1E56cg0+dKa urMQ== X-Gm-Message-State: ALoCoQkI5xjVlIbmnq/EmloN4CXlC269EQAh3r1I7iXoDDwmwNeyNCkyZCrhksy/F+aqKVrkMxy0 X-Received: by 10.194.80.7 with SMTP id n7mr52381225wjx.8.1402498180860; Wed, 11 Jun 2014 07:49:40 -0700 (PDT) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id ja9sm24706337wic.8.2014.06.11.07.49.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jun 2014 07:49:40 -0700 (PDT) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Wed, 11 Jun 2014 15:49:38 +0100 Message-Id: <1402498178-27306-1-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <20140611115605.GL5821@phenom.ffwll.local> References: <20140611115605.GL5821@phenom.ffwll.local> Subject: [Intel-gfx] [PATCH i-g-t] docs: always rebuild the sections file X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.15 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 Always rebuild the sections file since it currently doesn't contain any custom modifications. Signed-off-by: Thomas Wood --- docs/reference/intel-gpu-tools/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/intel-gpu-tools/Makefile.am b/docs/reference/intel-gpu-tools/Makefile.am index 549f34b..3368e3e 100644 --- a/docs/reference/intel-gpu-tools/Makefile.am +++ b/docs/reference/intel-gpu-tools/Makefile.am @@ -29,7 +29,7 @@ SCANGOBJ_OPTIONS= # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS= +SCAN_OPTIONS=--rebuild-sections # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml @@ -93,7 +93,7 @@ EXTRA_DIST += # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt -#DISTCLEANFILES += +DISTCLEANFILES = $(DOC_MODULE)-sections.txt # Comment this out if you want 'make check' to test you doc status # and run some sanity checks