mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2024-11-16 18:10:50 +01:00
10 lines
214 B
Makefile
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
|