From patchwork Wed May 25 18:03:49 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 68635 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp1355486qge; Wed, 25 May 2016 11:04:32 -0700 (PDT) X-Received: by 10.140.99.109 with SMTP id p100mr4704174qge.97.1464199471978; Wed, 25 May 2016 11:04:31 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id v128si9147396qki.61.2016.05.25.11.04.27; Wed, 25 May 2016 11:04:31 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id F06B4617E2; Wed, 25 May 2016 18:04:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 9D27D617DE; Wed, 25 May 2016 18:04:21 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 3BBD4617DE; Wed, 25 May 2016 18:04:18 +0000 (UTC) Received: from mail-qg0-f47.google.com (mail-qg0-f47.google.com [209.85.192.47]) by lists.linaro.org (Postfix) with ESMTPS id D683A61563 for ; Wed, 25 May 2016 18:04:12 +0000 (UTC) Received: by mail-qg0-f47.google.com with SMTP id 90so25635430qgz.1 for ; Wed, 25 May 2016 11:04:12 -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:cc:subject:date:message-id; bh=Pjczd6vvgI71BllGE09R4t8uhdWSxFN0bwW9N8NLhS8=; b=a+avUCAqMZnbdIjbLXbSRNVK+GjvmF7RNpDHfjvWuU06gE+pVjsuqUtUSumNtLBxlP BYOaUZ3O+iMpuuIBXeKksqcAQ9b8X1e4HsR4inOHWUSlIvNccxBoISf9LNp0ifBmnuhm pgKlcteAuPF7hvsqyTrCiAYyV6tor48bJdCJ7/1blkcPNuxAYZcZD3pCd2+4KAbHK5af WLL0CSxZEQztdpiLIwUoIquA4ErPXMjM2BRzxif6FmjceHga8NpbVKrKHZB2JmNQ9J6Z 91qZQjLFvgxhkFV1+d8nNZMiZ2xtQyaLfkDB0LBiU7QtNG+HcwCf5X/tK3f5UjE12A7s Y3iw== X-Gm-Message-State: ALyK8tK0f0NynEez3CGYylJu84gkP5T0zsnwsDhX4eUmZwMypWl0fay/FlQbUdzSg0RWkKX0L2g= X-Received: by 10.140.166.3 with SMTP id m3mr4991322qhm.100.1464199452444; Wed, 25 May 2016 11:04:12 -0700 (PDT) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id y67sm2633802qhb.43.2016.05.25.11.04.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 May 2016 11:04:11 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Wed, 25 May 2016 14:03:49 -0400 Message-Id: <1464199429-13312-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH] doc: platform: don't install src files we don't use X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Mike Holmes --- doc/platform-api-guide/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/platform-api-guide/Makefile.am b/doc/platform-api-guide/Makefile.am index 6109e82..6680cb3 100644 --- a/doc/platform-api-guide/Makefile.am +++ b/doc/platform-api-guide/Makefile.am @@ -1,8 +1,2 @@ -EXTRA_DIST = \ - api_guide_lines.dox \ - examples.dox \ - odp.dox \ - release.dox - clean-local: - rm -rf output \ No newline at end of file + rm -rf output