mopl/Makefile

16 lines
418 B
Makefile

%:
latexmk -f -xelatex -interaction=nonstopmode -output-directory=$(PWD)/build/ ep$@.tex
pdftoppm -png -f 1 -l 1 -singlefile -r 1200 -scale-to-x 1920 -scale-to-y 1080 $(PWD)/build/ep$@.pdf $(PWD)/build/ep$@
deps:
@echo "Source San Pro font family must be installed"
tlmgr update --list
tlmgr install fontspec
tlmgr install sourcesanspro
tlmgr install fontawesome5
.PHONY: clean
clean:
rm -rf build
rm -f *~