From 8c8cbac3c3c5db374b640e9f9770b76b5078398e Mon Sep 17 00:00:00 2001 From: "arch import user (historical)" Date: Wed, 6 Jul 2005 16:57:34 +0000 Subject: Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-12 Creator: Stefan Reinauer Add timestamp to mkOptionList.py mkOptionList.py: add timestamp git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1930 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/optionlist/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 util/optionlist/Makefile (limited to 'util/optionlist/Makefile') 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 -- cgit v1.2.3