doc:
	mkdir -p out
	cd out && latexmk -outdir=. -pdf ../documentation.tex
	mv out/documentation.pdf documentation.pdf

clean:
	rm -rf out
