summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-01-06 13:47:31 +0100
committerJonas Smedegaard <dr@jones.dk>2015-01-06 13:47:31 +0100
commit0d69368bc2a4179bc1745a6c1d9dac6ec83dbc58 (patch)
treecd68fca38f8c460a07781d6077fd456c749f3b1a /Makefile
parent93bcee254b46001d354be09e890b495c67fe4f2a (diff)
Fix explicitly create standalone TeX files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 079497c..86111bd 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ $(markdown_includes:.md=.tex): %.tex: %.md
pandoc -f markdown -t latex --chapters -o $@ $<
$(flavors:%=$(stem)-%.tex): $(stem)-%.tex: $(stem).native $(templates) $(includes)
- pandoc $(args_meta) $(args_latex) $(args_$*) -o $@ $<
+ pandoc --standalone $(args_meta) $(args_latex) $(args_$*) -o $@ $<
XELATEX = xelatex -no-shell-escape -halt-on-error -interaction=batchmode
%.pdf: %.tex