From 0a3f60775baa549d559b9b89c4777efd43e0c81c Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 17 Oct 2006 20:58:47 +0000 Subject: add xsl stylesheet for wiki table generation git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2458 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/optionlist/Makefile | 10 ++++++++-- util/optionlist/Options-wiki.xsl | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 util/optionlist/Options-wiki.xsl diff --git a/util/optionlist/Makefile b/util/optionlist/Makefile index c11c80dd2b..ffd1010ac1 100644 --- a/util/optionlist/Makefile +++ b/util/optionlist/Makefile @@ -1,7 +1,13 @@ -all: +all: html wiki + +html: ./mkOptionList.py @#saxon Options.xml Options.xsl >Options.html xsltproc Options.xsl Options.xml > Options.html +wiki: + ./mkOptionList.py + xsltproc Options-wiki.xsl Options.xml > Options.wiki + clean: - rm Options.xml Options.html + rm -rf Options.xml Options.html Options.wiki diff --git a/util/optionlist/Options-wiki.xsl b/util/optionlist/Options-wiki.xsl new file mode 100644 index 0000000000..9ab147f05b --- /dev/null +++ b/util/optionlist/Options-wiki.xsl @@ -0,0 +1,32 @@ + + + + + + +==LinuxBIOS Options== + +This is an automatically generated list of LinuxBIOS compile time +options. Created at . + +{| border="1" +|- bgcolor="#0975a7" +! align="left" | Option +! align="left" | Comment +! align="left" | Default +! align="left" | Export +! align="left" | Format +|- +| +| +| +| +| + +|} + + + + -- cgit v1.2.3