more makefile love
This commit is contained in:
parent
24f6a352e1
commit
64f3c2eedd
3
makefile
3
makefile
@ -1,8 +1,9 @@
|
|||||||
|
TEX = pandoc
|
||||||
src = template.tex details.yml
|
src = template.tex details.yml
|
||||||
LFLAGS = --latex-engine=xelatex
|
LFLAGS = --latex-engine=xelatex
|
||||||
|
|
||||||
output.pdf : $(src)
|
output.pdf : $(src)
|
||||||
pandoc $(filter-out $<,$^ ) -o $@ $(LFLAGS) --template=$<
|
$(TEX) $(filter-out $<,$^ ) -o $@ $(LFLAGS) --template=$<
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean :
|
clean :
|
||||||
|
Loading…
Reference in New Issue
Block a user