summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2011-10-31 12:21:45 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2011-11-09 15:46:25 -0500
commit039acec20b999688589d7ec4f8b0f805c57915fa (patch)
tree528fe6baf0d22d7440fa4b9990574a902f51115e
parent851066137c85d79145f4039bba29cd8d337b1236 (diff)
Add a Makefile for wm-spec
-rw-r--r--wm-spec/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/wm-spec/Makefile b/wm-spec/Makefile
new file mode 100644
index 0000000..d7db04b
--- /dev/null
+++ b/wm-spec/Makefile
@@ -0,0 +1,7 @@
+all: wm-spec.html
+
+%.html: %.xml
+ xmlto html-nochunks $<
+
+clean:
+ rm -f wm-spec.html