From patchwork Wed Mar 30 18:34: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: 64728 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp2754446lbc; Wed, 30 Mar 2016 11:35:56 -0700 (PDT) X-Received: by 10.107.25.139 with SMTP id 133mr1576913ioz.90.1459362955932; Wed, 30 Mar 2016 11:35:55 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id v71si3195203ioi.24.2016.03.30.11.35.55; Wed, 30 Mar 2016 11:35:55 -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 5F98861720; Wed, 30 Mar 2016 18:35:55 +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_H3, RCVD_IN_MSPIKE_WL, 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 59DFA619BA; Wed, 30 Mar 2016 18:35:00 +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 BD4EF6199D; Wed, 30 Mar 2016 18:34:53 +0000 (UTC) Received: from mail-qk0-f180.google.com (mail-qk0-f180.google.com [209.85.220.180]) by lists.linaro.org (Postfix) with ESMTPS id BFF0561720 for ; Wed, 30 Mar 2016 18:34:52 +0000 (UTC) Received: by mail-qk0-f180.google.com with SMTP id x64so23319925qkd.1 for ; Wed, 30 Mar 2016 11:34:52 -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:in-reply-to :references; bh=uA3ZzESlVk9RzYia+87Ff8usjeHH+OWIN3JM0b2QGrg=; b=Sh3SKmj2pdDuCFXwnmwOwnqPaa6kNenEcmYpJAATx7c6NJEKHZhNjAI25R5fks1UAp lD61N+MGYIL4ylp1AUd03Nq+wFI+mzhRZiWKnlPyNw9nE5QzvltYoRsJFMFjzUAwfo3K K48oVmHq2696ZPQ4HxNFXM6fi8ivw3EFa0eoGx7xY1TLfknMjsdkRgQi5xKy7wYza77s 8y0C9+91m/Wzimj3qef8E1G2PY0rigPcf2o/hVLIujwE2tzoK7GYZPk0YDpNHHaRw2jy IjO0UnVeMMBZxJbfVudQVctwlxMJtZeEKrg2oMaErXq/gJlcfZiDcBwjnC9xjndibDDA sjIA== X-Gm-Message-State: AD7BkJI0wlMqwlKkhqMSjYPySe/zEvOWlkpteCL5GePHHtny0drX+kc+yw4dlvR63eOpn+PPFa0= X-Received: by 10.55.21.149 with SMTP id 21mr11938467qkv.95.1459362892486; Wed, 30 Mar 2016 11:34:52 -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 o77sm2338165qgd.37.2016.03.30.11.34.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 30 Mar 2016 11:34:51 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Wed, 30 Mar 2016 14:34:49 -0400 Message-Id: <1459362889-31131-2-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1459362889-31131-1-git-send-email-mike.holmes@linaro.org> References: <1459362889-31131-1-git-send-email-mike.holmes@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCH 2/2] doc: install docs 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 Reviewed-by: Christophe Milard --- doc/implementers-guide/Makefile.am | 1 + doc/process-guide/Makefile.am | 2 ++ doc/users-guide/Makefile.am | 1 + 3 files changed, 4 insertions(+) diff --git a/doc/implementers-guide/Makefile.am b/doc/implementers-guide/Makefile.am index ec9f924..4bdb970 100644 --- a/doc/implementers-guide/Makefile.am +++ b/doc/implementers-guide/Makefile.am @@ -5,6 +5,7 @@ TARGET = implementers-guide.html EXTRA_DIST = $(SRC) +doc_DATA = $(TARGET) $(TARGET): $(SRC) clean-local: diff --git a/doc/process-guide/Makefile.am b/doc/process-guide/Makefile.am index f9e12d2..196ed7f 100644 --- a/doc/process-guide/Makefile.am +++ b/doc/process-guide/Makefile.am @@ -15,3 +15,5 @@ release-guide.html: $(top_srcdir)/doc/process-guide/release-guide.adoc \ $(top_srcdir)/doc/images/release_git.svg bylaws-guide.html: $(top_srcdir)/doc/process-guide/bylaws-guide.adoc + +doc_DATA = bylaws-guide.html release-guide.html diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am index 4f9a364..5cc8c7c 100644 --- a/doc/users-guide/Makefile.am +++ b/doc/users-guide/Makefile.am @@ -19,6 +19,7 @@ endif EXTRA_DIST = $(SRC) $(IMAGES) +doc_DATA = $(TARGET) $(TARGET): $(SRC) clean-local: