Skip to content

Commit

Permalink
userguide: don't run tex in interactive mode
Browse files Browse the repository at this point in the history
... as it doesn't behave well with CI builds.

Signed-off-by: Jeremy Kerr <[email protected]>
  • Loading branch information
jk-ozlabs committed May 26, 2016
1 parent 8b80cb6 commit dd1b5c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

# we need xelatex for utf-8 support
tex = xelatex
tflags = -interaction=nonstopmode -halt-on-error

all: userguide.pdf

.PHONY: all clean

userguide.pdf: userguide/userguide.tex
$(tex) $^
$(tex) $(tflags) $^

userguide/userguide.tex: rest-api.tex host-management.tex console.tex code-update.tex

Expand Down

0 comments on commit dd1b5c0

Please sign in to comment.