summaryrefslogtreecommitdiff
path: root/Makefile
blob: 672b75cae60498d4c5c7dce1b892605d2825d09d (plain)
1
2
3
4
5
6
7
8
9
doc:
	mkdir -p doc/html
	asciidoc -b html -o doc/html/README.html README
	asciidoc -b html -o doc/html/Tutorial.html Tutorial

clean:
	rm doc/html/README.html doc/html/Tutorial.html
	rmdir doc/html
	rmdir doc