summaryrefslogtreecommitdiffstats
path: root/wm-spec/Makefile
blob: d7db04b6ac340be846221cc46bb1b6022d86dc79 (plain)
1
2
3
4
5
6
7
all: wm-spec.html

%.html: %.xml
	xmlto html-nochunks $<

clean:
	rm -f wm-spec.html