summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5b5f08f729b60c609ae19d9f3c77e23b91c9e807 (plain)
1
2
3
4
5
6
7
8
9
10
doc:
	mkdir -p doc/html
	asciidoc -b html -o doc/html/README.html README
	asciidoc -b html -o doc/html/Tutorial.html Tutorial
	cp -a CommonAPI-Examples doc/html/.

clean:
	rm -rf doc/html/*
	rmdir doc/html
	rmdir doc