From 7aa825614c88a2bb73989d8d938f078a6c7391b8 Mon Sep 17 00:00:00 2001 From: Peter Ward Date: Thu, 6 Sep 2012 15:18:18 +1000 Subject: Stuff. --- docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Makefile') 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 -- cgit v1.2.3