diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-12 00:58:00 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-12 00:58:00 +0200 |
| commit | 0f2ef4ef220124c6088c55cb774080112ecee694 (patch) | |
| tree | 90ea1b6ef48b86edb3b56542f06e12335074ba35 | |
| parent | 21e0c0c7eb9abfe46e55ba9dbc5bd2a54002053a (diff) | |
gen-manual-lists.py now uses official prompt APIs.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ language has some dark corners. * The [examples/](examples/) directory contains simple example scripts. See the documentation for how to run them. - * [gen-manual-lists.py](http://git.buildroot.net/buildroot/tree/support/scripts/gen-manual-lists.py) from [Buildroot](http://buildroot.uclibc.org/) generates listings for the [appendix of the manual](http://buildroot.uclibc.org/downloads/manual/manual.html#_appendix). Due to an oversight, there were no APIs for fetching prompts from symbols and choices when it was written. Those have been added. + * [gen-manual-lists.py](http://git.buildroot.net/buildroot/tree/support/scripts/gen-manual-lists.py) from [Buildroot](http://buildroot.uclibc.org/) generates listings for the [appendix of the manual](http://buildroot.uclibc.org/downloads/manual/manual.html#_appendix). * [genboardscfg.py](http://git.denx.de/?p=u-boot.git;a=blob;f=tools/genboardscfg.py;hb=HEAD) from [Das U-Boot](http://www.denx.de/wiki/U-Boot) generates some sort of legacy board database by pulling information from a newly added Kconfig-based configuration system (as far as I understand it :). |
