2012-11-11 04:14:42 +01:00
|
|
|
// -*- mode:doc; -*-
|
|
|
|
|
2012-02-18 00:30:58 +01:00
|
|
|
Appendix
|
|
|
|
========
|
|
|
|
|
|
|
|
include::makedev-syntax.txt[]
|
2012-11-11 04:14:59 +01:00
|
|
|
|
|
|
|
[[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[]
|
|
|
|
|
|
|
|
include::deprecated-list.txt[]
|