virli/subject/Makefile

10 lines
214 B
Makefile

all: subject.pdf
.md.pdf:
pandoc --latex-engine=xelatex --toc --normalize --chapters -o $@ $<
.md.tex:
pandoc --latex-engine=xelatex --toc --normalize --chapters --standalone -o $@ $<
.SUFFIXES: .md .tex .pdf