aboutsummaryrefslogtreecommitdiffstats
path: root/libwindowmanager/doc/GNUmakefile
blob: d878cc437e1c3494354be0b9fa3d915f83177214 (plain)
1
2
3
4
5
6
7
all: LibWindowmanager.html

LibWindowmanager.html: LibWindowmanager.txt
	asciidoc -a max-width=55em $^

clean:
	rm -f LibWindowmanager.html