diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-08-20 21:39:53 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-21 15:39:33 +0200 |
commit | a14ce4d57c8234139ed24842a4dda3a98bbac346 (patch) | |
tree | bb7489b70edbaea17d3005462deda6c019ef1107 /docs/manual/working-with.txt | |
parent | 5a980678f6c52269a53627e0e35b1d3ddfe75832 (diff) | |
download | buildroot-a14ce4d57c8234139ed24842a4dda3a98bbac346.tar.gz buildroot-a14ce4d57c8234139ed24842a4dda3a98bbac346.zip |
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: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/working-with.txt')
-rw-r--r-- | docs/manual/working-with.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/manual/working-with.txt b/docs/manual/working-with.txt deleted file mode 100644 index 0ddbc7f4f7..0000000000 --- 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[] |