master-thesis/thesis/Makefile
2023-05-11 17:44:13 +02:00

10 lines
214 B
Makefile

build:: fonts graphs
tectonic -Z shell-escape src/main.tex
mv src/main.pdf Thesis.pdf
fonts::
./fonts/install.sh
graphs::
find . -name "*.mmd" | xargs -I % npx -yp @mermaid-js/mermaid-cli mmdc -i % -f -e pdf