aboutsummaryrefslogtreecommitdiff
path: root/util/optionlist/Makefile
diff options
context:
space:
mode:
authorarch import user (historical) <svn@openbios.org>2005-07-06 16:57:34 +0000
committerarch import user (historical) <svn@openbios.org>2005-07-06 16:57:34 +0000
commit8c8cbac3c3c5db374b640e9f9770b76b5078398e (patch)
treec0b7a6176b4ff574a2adc916cb6a7e2cac5eb19e /util/optionlist/Makefile
parent2305364397f9d4b4722e594069d4e2960cc35911 (diff)
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-12
Creator: Stefan Reinauer <stepan@openbios.org> Add timestamp to mkOptionList.py mkOptionList.py: add timestamp git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1930 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/optionlist/Makefile')
-rw-r--r--util/optionlist/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/optionlist/Makefile b/util/optionlist/Makefile
new file mode 100644
index 0000000000..c11c80dd2b
--- /dev/null
+++ b/util/optionlist/Makefile
@@ -0,0 +1,7 @@
+all:
+ ./mkOptionList.py
+ @#saxon Options.xml Options.xsl >Options.html
+ xsltproc Options.xsl Options.xml > Options.html
+
+clean:
+ rm Options.xml Options.html