summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2013-03-25 13:28:07 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-04 12:34:29 +0200
commit88f2b4360ab4f98d16252f511eb305ca26c75189 (patch)
tree556e9b463174b201da8a35c1d94afbbdf1acf062 /docs
parenta10041ea9af0951870760daff5601163069f0d8d (diff)
downloadbuildroot-novena-88f2b4360ab4f98d16252f511eb305ca26c75189.tar.gz
buildroot-novena-88f2b4360ab4f98d16252f511eb305ca26c75189.zip
manual: cleanup appendix.txt
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/appendix.txt29
-rw-r--r--docs/manual/deprecated-list.txt2
2 files changed, 21 insertions, 10 deletions
diff --git a/docs/manual/appendix.txt b/docs/manual/appendix.txt
index c48c3b169..486d82fab 100644
--- a/docs/manual/appendix.txt
+++ b/docs/manual/appendix.txt
@@ -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[]
diff --git a/docs/manual/deprecated-list.txt b/docs/manual/deprecated-list.txt
index 6dc87a445..9c8f10531 100644
--- a/docs/manual/deprecated-list.txt
+++ b/docs/manual/deprecated-list.txt
@@ -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: