meta: move to latexmk for better interoperability

This commit is contained in:
Petr Velycko 2025-06-11 20:54:20 +02:00
parent e92f8384de
commit 47ffb33a89
Signed by: petrvel
GPG key ID: E8F909AFE649174F
2 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,10 @@
.PHONY: clean
skripta.pdf: $(wildcard *.tex)
tectonic skripta.tex
latexmk -xelatex skripta.tex
clean:
rm skripta.pdf
latexmk -c
distclean:
latexmk -C

Binary file not shown.