From patchwork Mon Feb 22 20:03:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 62624 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp1447751lbl; Mon, 22 Feb 2016 12:03:29 -0800 (PST) X-Received: by 10.140.42.39 with SMTP id b36mr36437810qga.4.1456171409750; Mon, 22 Feb 2016 12:03:29 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 32si20037812qgf.17.2016.02.22.12.03.29; Mon, 22 Feb 2016 12:03:29 -0800 (PST) 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 Received: by lists.linaro.org (Postfix, from userid 109) id 213B861871; Mon, 22 Feb 2016 20:03:29 +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 3714F6187B; Mon, 22 Feb 2016 20:03: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 D7F5F6187B; Mon, 22 Feb 2016 20:03:17 +0000 (UTC) Received: from mail-qk0-f178.google.com (mail-qk0-f178.google.com [209.85.220.178]) by lists.linaro.org (Postfix) with ESMTPS id EFFAF61815 for ; Mon, 22 Feb 2016 20:03:16 +0000 (UTC) Received: by mail-qk0-f178.google.com with SMTP id o6so60379769qkc.2 for ; Mon, 22 Feb 2016 12:03:16 -0800 (PST) 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=and/+kdr5GPdqrAugHvJzLEwfU0wJjeRnTqVF8pZwgk=; b=aDZ/QpMgt+z7i78MwFm6Fu0VPIlZigefUxdIW5vlCPSHiYm1vOGT3H7MRD9MiQM2uR 91Oy2cbtxUljF4lSf4dLZPQC9SlhyTtdNV+ufYHcZIDOQaLVTmNl9a5Znfb+V85AZDWS bGmsQIhW0jlAynP/YZFl73+SxuYNhFt/jPRNxZPj/m7s9jsqgQXyPhUCWH3nr+VurDHF ysOLfjrD1B+tnmdxlPU6YXMshaOdCxO3zbEbaV2wNj3083QsDql6QupIxHqb5+K4m5t+ tnKbYgMEA6SluusTWstP7tQgmJdKDaXIGy7ktsFJNbu9Nd7r3K+Q5bzsqbGPRiQgDkjc YVQw== X-Gm-Message-State: AG10YORp3iannnDjZl3X/oA/Zm7QsmwXUSY5bfJZmK9mWEdjF23W6XsI1v2iBvi9fCNHVWFNoQE= X-Received: by 10.55.33.102 with SMTP id h99mr2727152qkh.18.1456171396724; Mon, 22 Feb 2016 12:03:16 -0800 (PST) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id c191sm10854545qhc.12.2016.02.22.12.03.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 22 Feb 2016 12:03:16 -0800 (PST) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Mon, 22 Feb 2016 15:03:11 -0500 Message-Id: <1456171394-16384-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH v2 1/4] doc: drop using output dir for guides 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-and-tested-by: Bill Fischofer --- doc/Makefile.am | 3 --- doc/Makefile.inc | 2 -- doc/implementers-guide/.gitignore | 1 + doc/process-guide/.gitignore | 2 ++ doc/users-guide/.gitignore | 1 + 5 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 doc/implementers-guide/.gitignore create mode 100644 doc/process-guide/.gitignore create mode 100644 doc/users-guide/.gitignore diff --git a/doc/Makefile.am b/doc/Makefile.am index 2a38106..ec05764 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,3 @@ if user_guide -clean-local: - rm -rf output - SUBDIRS = images implementers-guide users-guide process-guide endif diff --git a/doc/Makefile.inc b/doc/Makefile.inc index 8491b92..3f31e9a 100644 --- a/doc/Makefile.inc +++ b/doc/Makefile.inc @@ -1,4 +1,2 @@ .adoc.html: - @mkdir -p $(top_srcdir)/doc/output asciidoc -a data-uri -b html5 -a icons -a toc2 -a max-width=55em --out-file=$@ $< - mv $@ $(top_srcdir)/doc/output/$@ diff --git a/doc/implementers-guide/.gitignore b/doc/implementers-guide/.gitignore new file mode 100644 index 0000000..ec4799d --- /dev/null +++ b/doc/implementers-guide/.gitignore @@ -0,0 +1 @@ +implementers-guide.html diff --git a/doc/process-guide/.gitignore b/doc/process-guide/.gitignore new file mode 100644 index 0000000..7632500 --- /dev/null +++ b/doc/process-guide/.gitignore @@ -0,0 +1,2 @@ +bylaws-guide.html +release-guide.html diff --git a/doc/users-guide/.gitignore b/doc/users-guide/.gitignore new file mode 100644 index 0000000..eb4341a --- /dev/null +++ b/doc/users-guide/.gitignore @@ -0,0 +1 @@ +users-guide.html