manual: rework the whole documentation stub
authorSamuel Martin <s.martin49@gmail.com>
Sun, 11 Nov 2012 03:14:42 +0000 (03:14 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 15 Nov 2012 22:58:38 +0000 (23:58 +0100)
commit5e84b8b73cc32b307642917c70bc3186c1ffd69b
tree55611c603694d41813d0e7c219a0a2e28c5197a8
parent17feaf00160de8f68b647092e0849e77866fb4dc
manual: rework the whole documentation stub

The new skeleton of the manual as it has been thought:
1.  About Buildroot:
     Presentation of Buildroot
2.  Starting up:
     Everything to quickly and easily start working with Buildroot
3.  Working with Buildroot
     Basics to make your work fitting your needs
4.  Troubleshooting
5.  Going further in Buildroot's innards
     Explaination of how buildroot is organised, how it works, etc
6.  Developer Guidelines
7.  Getting involved
8.  Contibuting to Buildroot
9.  Legal notice
10. Appendix

It is easy to distinguish two parts in this plan:
- Sections 1 to 4 mainly address people starting with Buildroot
- Sections 5 to 10 are more focused on how to develop Buildroot itself

Most of the existing sections have just been moved in the hierarchy,
few were split and dispatch in, what i think was the relevant section,
and numerous others have been created.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
31 files changed:
docs/manual/adding-packages-autotools.txt
docs/manual/adding-packages-cmake.txt
docs/manual/adding-packages-conclusion.txt
docs/manual/adding-packages-directory.txt
docs/manual/adding-packages-generic.txt
docs/manual/adding-packages-gettext.txt
docs/manual/adding-packages.txt
docs/manual/advanced.txt [new file with mode: 0644]
docs/manual/appendix.txt
docs/manual/board-support.txt
docs/manual/ccache-support.txt
docs/manual/common-usage.txt [new file with mode: 0644]
docs/manual/customize-busybox-config.txt
docs/manual/customize-kernel-config.txt
docs/manual/customize-rootfs.txt
docs/manual/customize-toolchain.txt
docs/manual/customize-uclibc-config.txt
docs/manual/customize.txt
docs/manual/developer-guide.txt [new file with mode: 0644]
docs/manual/download-location.txt
docs/manual/external-toolchain.txt
docs/manual/getting.txt
docs/manual/going-further.txt [new file with mode: 0644]
docs/manual/how-buildroot-works.txt
docs/manual/makedev-syntax.txt
docs/manual/manual.txt
docs/manual/rebuilding-packages.txt
docs/manual/starting-up.txt [new file with mode: 0644]
docs/manual/using-buildroot-toolchain.txt
docs/manual/using.txt
docs/manual/working-with.txt [new file with mode: 0644]