Message ID | 1506689992-20540-7-git-send-email-petri.latvala@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id AD91160311 for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 29 Sep 2017 13:00:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9D66F29870 for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 29 Sep 2017 13:00:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8C36229883; Fri, 29 Sep 2017 13:00:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 93A1E29870 for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 29 Sep 2017 13:00:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3340B6EB67; Fri, 29 Sep 2017 13:00:03 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from johanna1.inet.fi (mta-out1.inet.fi [62.71.2.233]) by gabe.freedesktop.org (Postfix) with ESMTP id 228AE6EBA4 for <intel-gfx@lists.freedesktop.org>; Fri, 29 Sep 2017 13:00:01 +0000 (UTC) RazorGate-KAS: Status: not_detected RazorGate-KAS: Rate: 0 RazorGate-KAS: Envelope from: RazorGate-KAS: Version: 5.5.3 RazorGate-KAS: LuaCore: 80 2014-11-10_18-01-23 260f8afb9361da3c7edfd3a8e3a4ca908191ad29 RazorGate-KAS: Lua profiles 69136 [Nov 12 2014] RazorGate-KAS: Method: none Received: from hufflepuff.adrinael.net (84.248.197.237) by johanna1.inet.fi (9.0.002.03-2-gbe5d057) id 59C24B1C00CC8E1D; Fri, 29 Sep 2017 16:00:01 +0300 Received: from adrinael by hufflepuff.adrinael.net with local (Exim 4.84_2) (envelope-from <adrinael@adrinael.net>) id 1dxutd-0005Mg-Si; Fri, 29 Sep 2017 16:00:01 +0300 From: Petri Latvala <petri.latvala@intel.com> To: intel-gfx@lists.freedesktop.org Date: Fri, 29 Sep 2017 15:59:51 +0300 Message-Id: <1506689992-20540-7-git-send-email-petri.latvala@intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1506689992-20540-1-git-send-email-petri.latvala@intel.com> References: <1506689992-20540-1-git-send-email-petri.latvala@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 6/7] docs: Distribute audio.txt and chamelium.txt X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/docs/Makefile.am b/docs/Makefile.am index b68c7745..68cb80a5 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1 +1,6 @@ SUBDIRS=reference + +EXTRA_DIST = \ + audio.txt \ + chamelium.txt \ + $(NULL)
Signed-off-by: Petri Latvala <petri.latvala@intel.com> --- docs/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+)