Update Makefiles

This commit is contained in:
nemunaire 2014-11-28 17:10:11 +01:00
parent c9bc642ead
commit 628452eca4
3 changed files with 17 additions and 2 deletions

View file

@ -1,6 +1,9 @@
all: tutorial.pdf
.md.pdf:
pandoc --latex-engine=xelatex --toc --normalize -o $@ $<
pandoc --latex-engine=xelatex --toc --normalize --listings --chapters -o $@ $<
.md.tex:
pandoc --latex-engine=xelatex --toc --normalize --listings --chapters --standalone -o $@ $<
.SUFFIXES: .md .tex .pdf