catala/doc/syntax/Makefile
Louis Gesbert 147ab62fe8 Cheat-sheet: fix compilation
Use xelatex and don't require fonts-extra (which is 1GB) just for two 20-lines
files.
This also syncs the dependencies for the cheat-sheets which those of Catala
literate output, which is good.
2023-08-04 15:36:53 +02:00

12 lines
236 B
Makefile

syntax.pdf: syntax_en.pdf syntax_fr.pdf
cpdf $^ -o $@
%.pdf: %.tex logo.pdf
latexmk -xelatex -halt-on-error -shell-escape $<
clean:
latexmk -f -C *.tex
rm -rf _minted*
.PRECIOUS .SECONDARY: syntax.pdf syntax_en.pdf syntax_fr.pdf