You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
190 B

TEX = pandoc
8 years ago
src = template.tex details.yml
FLAGS = --pdf-engine=xelatex
9 years ago
8 years ago
output.pdf : $(src)
$(TEX) $(filter-out $<,$^ ) -o $@ --template=$< $(FLAGS)
8 years ago
.PHONY: clean
9 years ago
clean :
rm output.pdf