summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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