summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorPeter Ward <peteraward@gmail.com>2012-09-06 15:18:18 +1000
committerPeter Ward <peteraward@gmail.com>2012-09-06 15:18:18 +1000
commit7aa825614c88a2bb73989d8d938f078a6c7391b8 (patch)
tree64a65b12c66cf69ee3356502e08cc0b934a0a5db /docs/Makefile
parentc791414f04dd72e28db4d26d0c1126d4927b1247 (diff)
Stuff.
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 0b05cb0..5cd4a7e 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -4,7 +4,7 @@ FILES = $(wildcard *.tex *.py)
BUILD_FILES = $(patsubst %,${BUILD_DIR}/%,${FILES})
LATEX=xelatex
-LATEX_FLAGS=-shell-escape
+LATEX_FLAGS=-shell-escape -interaction=nonstopmode
.PHONY: all
@@ -13,7 +13,7 @@ all: tutorial.pdf
${BUILD_DIR}:
mkdir -p ${BUILD_DIR}
-${BUILD_DIR}/%.tex: %.tex ${BUILD_DIR}
+${BUILD_DIR}/%.tex: %.tex
./jinja2 --latex < $< > $@
${BUILD_DIR}/%.py: %.py