all: doc
doc:
	asciidoc -b html5 -o index.html doc.asciidoc
