I took Rob Landley's nice "menuconfig2html.py" script from
authorStefan Reinauer <stepan@coresystems.de>
Tue, 9 Feb 2010 15:15:29 +0000 (15:15 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 9 Feb 2010 15:15:29 +0000 (15:15 +0000)
commitf64b42ed7a0ec95e275b78e6a6c453aa523d9ee0
treedec040c8957d3d348ffbb7be63bb31a4b17f9dd9
parent5543c66cca1907895576096b28effb2866ed3e2c
I took Rob Landley's nice "menuconfig2html.py" script from
http://landley.net/hg/kdocs and modified it to produce MediaWiki output
for coreboot's Option List at http://coreboot.org/Coreboot_Options. The
attached patch exchanges our old ("newconfig") optionlist script with
the new one.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5101 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/optionlist/Makefile
util/optionlist/Options-wiki.xsl [deleted file]
util/optionlist/Options.xsl [deleted file]
util/optionlist/README
util/optionlist/kconfig2wiki [new file with mode: 0755]
util/optionlist/mkOptionList.py [deleted file]