From patchwork Fri Jun 10 19:19:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 69819 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp445916qgf; Fri, 10 Jun 2016 12:20:30 -0700 (PDT) X-Received: by 10.140.98.172 with SMTP id o41mr3467260qge.8.1465586430809; Fri, 10 Jun 2016 12:20:30 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id l123si7122212qke.121.2016.06.10.12.20.30; Fri, 10 Jun 2016 12:20:30 -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 6B16468196; Fri, 10 Jun 2016 19:20:30 +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 3AD3E681A5; Fri, 10 Jun 2016 19:19:37 +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 893AF6819A; Fri, 10 Jun 2016 19:19:27 +0000 (UTC) Received: from mail-qk0-f174.google.com (mail-qk0-f174.google.com [209.85.220.174]) by lists.linaro.org (Postfix) with ESMTPS id 4197E68195 for ; Fri, 10 Jun 2016 19:19:26 +0000 (UTC) Received: by mail-qk0-f174.google.com with SMTP id p10so10885392qke.3 for ; Fri, 10 Jun 2016 12:19:26 -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=6U5K+ZtCkUKng6GMU46lTV/MuN+pFg1DNopjWdKfeAc=; b=VeyJ+lEd27JIlOS+gd2iWY3CozTCIeXVLuXaMfWgvd79Q1sBweseXWHbVHsKbLmhAl KBBi4cglNonwcklC9GzdAPTDzYCBFVpYhShqdMS8AfDzxX1qs3ERyj42brz0nzQtc37Q KKKdfGMfqwbIIOeE7t72xXWBpx586F8xvoK4iL5cfIHz8UZyTjsBaYe+jQbv7PKvx6E3 BP1m+y/uhOPi4zbMyOgOXP+9s0QZoUXPV0tg0ClQN7AEwM2VLpLkKD3Vh+slS5xeNZ8I uJQu8gE84YjGn9Ru+/6LhJMkm4DDHCbCEgDEIS2Yb73zsNLNc1h7/o/Sf1mOk3m/CWiy PA1A== X-Gm-Message-State: ALyK8tKKxFsbpb0fX7ocxB57H66c7qwrBbDxcKt91GqJb2MyO2ucWiwGkpq8GHKAB02ZpjAxjFU= X-Received: by 10.55.87.197 with SMTP id l188mr3485837qkb.13.1465586365931; Fri, 10 Jun 2016 12:19:25 -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 q12sm3507908qkc.27.2016.06.10.12.19.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 10 Jun 2016 12:19:25 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Fri, 10 Jun 2016 15:19:10 -0400 Message-Id: <1465586350-24101-3-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1465586350-24101-1-git-send-email-mike.holmes@linaro.org> References: <1465586350-24101-1-git-send-email-mike.holmes@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCH 3/3] doc: process: generate html change log 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/process-guide/.gitignore | 1 + doc/process-guide/Makefile.am | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/process-guide/.gitignore b/doc/process-guide/.gitignore index 3e14ddf..1acc6dd 100644 --- a/doc/process-guide/.gitignore +++ b/doc/process-guide/.gitignore @@ -2,3 +2,4 @@ bylaws-guide.html release-guide.html faq.html CONTRIBUTING.html +CHANGELOG.html diff --git a/doc/process-guide/Makefile.am b/doc/process-guide/Makefile.am index 0851f28..1abaf7e 100644 --- a/doc/process-guide/Makefile.am +++ b/doc/process-guide/Makefile.am @@ -16,13 +16,15 @@ EXTRA_DIST = $(top_srcdir)/doc/process-guide/bylaws-guide.adoc \ all-local: bylaws-guide.html \ release-guide.html \ faq.html \ - CONTRIBUTING.html + CONTRIBUTING.html \ + CHANGELOG.html clean-local: rm -f $(builddir)/bylaws-guide.html rm -f $(builddir)/release-guide.html rm -f $(builddir)/faq.html rm -f $(builddir)/CONTRIBUTING.html + rm -f $(builddir)/CHANGELOG.html release-guide.html: $(top_srcdir)/doc/process-guide/release-guide.adoc \ $(top_srcdir)/doc/images/simple_release_git.svg \ @@ -37,6 +39,9 @@ faq.html: $(top_srcdir)/doc/process-guide/faq.adoc \ CONTRIBUTING.html: $(top_srcdir)/CONTRIBUTING asciidoctor $(ASCIIDOC_FLAGS) --out-file=$@ $< +CHANGELOG.html: $(top_srcdir)/CHANGELOG + asciidoctor $(ASCIIDOC_FLAGS) --out-file=$@ $< + #add deps on images -doc_DATA = bylaws-guide.html release-guide.html CONTRIBUTING.html faq.html +doc_DATA = bylaws-guide.html release-guide.html CONTRIBUTING.html faq.html CHANGELOG.html