From patchwork Wed Aug 20 19:39:53 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 381787 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 9528614013B for ; Thu, 21 Aug 2014 05:42:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9D8A6892D4; Wed, 20 Aug 2014 19:42:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j9rCfHbPtJ6b; Wed, 20 Aug 2014 19:42:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5A31D89231; Wed, 20 Aug 2014 19:42:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C03CE1C171A for ; Wed, 20 Aug 2014 19:42:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BD59B88A57 for ; Wed, 20 Aug 2014 19:42:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nYD-VYQZ1q7I for ; Wed, 20 Aug 2014 19:42:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) by whitealder.osuosl.org (Postfix) with ESMTPS id F1717888BF for ; Wed, 20 Aug 2014 19:42:12 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id u10so7074838lbd.7 for ; Wed, 20 Aug 2014 12:42:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to; bh=UtTX7sPDuVHdLFofz2sq8NgBs5T0UZUhwf8ySKo0ly8=; b=BpHOdkyTXdo11ajsUGJYMSftL6nD++BLq6n8Ws6vFJCwpY2f3c5S6gpDvJZsWH61o+ 4zdu+Lo2if+QWnI+gntcMcF7O5vB0eOapIFsGCwqFow/FOI4X0zE3Vuj2PE5uMasBSWQ 2zamRHMnk/jHkI9qSWGeQZabCUSaM+IhJp31wex3/9/uHI51Dqqlj9LsQddu8kmG7AhT 7G/RhuS5xgEPmzOuIfFjfsFmvuceujlLDF85CatT1MwqCPQD+qtASHZWL4YwD8ar1Fk6 f0hMi6lK3LBqswl/eYb5vkI2SJ/WtEa/CjmDevdrIa7WsYQ44gkSWdUf3ZQnnDE+tM41 E9ww== X-Received: by 10.112.172.38 with SMTP id az6mr41713935lbc.53.1408563731172; Wed, 20 Aug 2014 12:42:11 -0700 (PDT) Received: from [127.0.0.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id x5sm6394143lad.29.2014.08.20.12.42.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Aug 2014 12:42:10 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: acb3fb4cda4ff1fa58f4201f30a4c4d98392c079 Message-Id: In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.7.2 Date: Wed, 20 Aug 2014 21:39:53 +0200 From: Thomas De Schampheleire To: buildroot@buildroot.org Subject: [Buildroot] [PATCH 2 of 3 for 2014.08] manual: file organization: avoid unnecessary indirection X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Some source files of the manual merely contain inclusion of other files. Especially at top-level this is unnecessary, and one could just as well add these includes in manual.txt. Signed-off-by: Thomas De Schampheleire --- docs/manual/developer-guide.txt | 12 ------------ docs/manual/manual.txt | 24 +++++++++++++++++++++--- docs/manual/starting-up.txt | 9 --------- docs/manual/working-with.txt | 13 ------------- 4 files changed, 21 insertions(+), 37 deletions(-) diff --git a/docs/manual/developer-guide.txt b/docs/manual/developer-guide.txt deleted file mode 100644 --- a/docs/manual/developer-guide.txt +++ /dev/null @@ -1,12 +0,0 @@ -// -*- mode:doc; -*- -// vim: set syntax=asciidoc: - -include::writing-rules.txt[] - -include::adding-packages.txt[] - -include::patch-policy.txt[] - -include::download-infra.txt[] - -include::debugging-buildroot.txt[] diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -20,13 +20,23 @@ include::introduction.txt[] -include::starting-up.txt[] +include::prerequisite.txt[] + +include::getting.txt[] + +include::using.txt[] include::get-involved.txt[] = User guide -include::working-with.txt[] +include::configure.txt[] + +include::configure-other-components.txt[] + +include::common-usage.txt[] + +include::customize.txt[] include::faq-troubleshooting.txt[] @@ -40,7 +50,15 @@ include::how-buildroot-works.txt[] -include::developer-guide.txt[] +include::writing-rules.txt[] + +include::adding-packages.txt[] + +include::patch-policy.txt[] + +include::download-infra.txt[] + +include::debugging-buildroot.txt[] include::contribute.txt[] diff --git a/docs/manual/starting-up.txt b/docs/manual/starting-up.txt deleted file mode 100644 --- a/docs/manual/starting-up.txt +++ /dev/null @@ -1,9 +0,0 @@ -// -*- mode:doc; -*- -// vim: set syntax=asciidoc: - -include::prerequisite.txt[] - -include::getting.txt[] - -include::using.txt[] - diff --git a/docs/manual/working-with.txt b/docs/manual/working-with.txt deleted file mode 100644 --- a/docs/manual/working-with.txt +++ /dev/null @@ -1,13 +0,0 @@ -// -*- mode:doc; -*- -// vim: set syntax=asciidoc: - -This section explains how you can customize Buildroot to fit your -needs. - -include::configure.txt[] - -include::configure-other-components.txt[] - -include::common-usage.txt[] - -include::customize.txt[]