diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2011-10-31 12:21:45 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2011-11-09 15:46:25 -0500 |
commit | 039acec20b999688589d7ec4f8b0f805c57915fa (patch) | |
tree | 528fe6baf0d22d7440fa4b9990574a902f51115e /wm-spec | |
parent | 851066137c85d79145f4039bba29cd8d337b1236 (diff) | |
download | xdg-specs-039acec20b999688589d7ec4f8b0f805c57915fa.tar.xz |
Add a Makefile for wm-spec
Diffstat (limited to 'wm-spec')
-rw-r--r-- | wm-spec/Makefile | 7 |
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 |