mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
59f81b4002
and pygments syntax coloring
12 lines
232 B
Makefile
12 lines
232 B
Makefile
syntax.pdf: syntax_en.pdf syntax_fr.pdf
|
|
cpdf $^ -o $@
|
|
|
|
%.pdf: %.tex logo.pdf
|
|
latexmk -pdf -halt-on-error -shell-escape $<
|
|
|
|
clean:
|
|
latexmk -f -C *.tex
|
|
rm -rf _minted*
|
|
|
|
.PRECIOUS .SECONDARY: syntax.pdf syntax_en.pdf syntax_fr.pdf
|