From 039acec20b999688589d7ec4f8b0f805c57915fa Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Mon, 31 Oct 2011 12:21:45 -0400 Subject: Add a Makefile for wm-spec --- wm-spec/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wm-spec/Makefile 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 -- cgit v1.2.3-54-g00ecf