all:
	mkdocs build
install:
	mkdir -p ${out}
	cp -r site ${out}/doc
.PHONY: all install