add xsl stylesheet for wiki table generation
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2458 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user