# Turn src/*.md.in into respective src/*.md. Then, generate static HTML into ./site. build: make -C src genmds mkdocs build .PHONY: build