]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
manual: cleanup appendix.txt
authorSamuel Martin <s.martin49@gmail.com>
Mon, 25 Mar 2013 13:28:07 +0000 (13:28 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 4 May 2013 10:34:29 +0000 (12:34 +0200)
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
[yann.morin.1998@free.fr: one more stuff->feature fixup]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/manual/appendix.txt
docs/manual/deprecated-list.txt

index c48c3b169831247195d7d3615a4a5a0989bdd464..486d82fabdd6c706518203ca6fabf328b8eef1ac 100644 (file)
@@ -7,15 +7,26 @@ Appendix
 include::makedev-syntax.txt[]
 include::makeusers-syntax.txt[]
 
+
+// Automatically generated lists:
+
 [[package-list]]
-Available packages
-------------------
-// docs/manaual/pkg-list.txt is generated using the following command:
-// $ git grep -E '\((autotools|cmake|generic)-package\)' package/ |  \
-//     cut -d':' -f1 | grep '\.mk$' | \
-//     sed -e 's;.*\?/\(.*\?\).mk;* \1;' | \
-//     sort > docs/manual/pkg-list.txt
-
-include::pkg-list.txt[]
+Package Selection for the target
+--------------------------------
+
+include::package-list.txt[]
+
+[[host-package-list]]
+Host utilities
+--------------
+
+include::host-package-list.txt[]
+
+[[deprecated-list]]
+Deprecated features
+-------------------
+
+The following features are marked as _deprecated_ in Buildroot due to
+their status either too old or unmaintained.
 
 include::deprecated-list.txt[]
index 6dc87a44566a42a3a858e7eefa04811175f7308c..9c8f10531cbb9f8cd1fbddf7dbe1fa98e3a19148 100644 (file)
@@ -4,7 +4,7 @@
 Deprecated list
 ---------------
 
-The following stuff are marked as _deprecated_ in Buildroot due to
+The following features are marked as _deprecated_ in Buildroot due to
 their status either too old or unmaintained.
 
 // list generated using the followings command: