Commit a14ce4d5 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Thomas Petazzoni
Browse files

manual: file organization: avoid unnecessary indirection



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: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 5a980678
Loading
Loading
Loading
Loading

docs/manual/developer-guide.txt

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
// -*- 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[]
+21 −3
Original line number Diff line number Diff line
@@ -20,13 +20,23 @@ image::logo.png[]

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::beyond-buildroot.txt[]

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[]

docs/manual/starting-up.txt

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
// -*- mode:doc; -*-
// vim: set syntax=asciidoc:

include::prerequisite.txt[]

include::getting.txt[]

include::using.txt[]

docs/manual/working-with.txt

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
// -*- 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[]