summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2010-06-20 12:39:23 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2010-06-20 12:39:23 +0000
commit439cddf72c84e1f719cd0afc8b5ac9ac36eb2bff (patch)
tree728439cf690a01e3814577717d3b2d660c00656c /manual
parent27af11af5e61df15c42b3433ae3ff7b3cbda971b (diff)
downloadrockbox-439cddf72c84e1f719cd0afc8b5ac9ac36eb2bff.tar.gz
rockbox-439cddf72c84e1f719cd0afc8b5ac9ac36eb2bff.zip
Apply LATEXOPTS to all LaTeX runs.
If the build folder does not have the .aux file created yet a different build rule triggers that was lacking the LATEXOPTS variable, thus not running in nonstopmode. This results in the builds hanging in interactive mode if the sources contain an error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26986 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/LaTeX.Rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/LaTeX.Rules b/manual/LaTeX.Rules
index 09404eab5e..5a1e58589a 100644
--- a/manual/LaTeX.Rules
+++ b/manual/LaTeX.Rules
@@ -267,7 +267,7 @@ $(PDF_FILE) : %.pdf : $(TEX_FILES) $(MONITOR_FILES) $(GRAPHIC_FILES) $(XFIG_TEX)
267# 267#
268 268
269%.aux %.idx : $(XFIG_TEX) 269%.aux %.idx : $(XFIG_TEX)
270 $(LATEX) $* 270 $(LATEX) $(LATEXOPTS) $*
271 271
272# 272#
273# Distill xfig .fig files into .fig.tex and either .fig.pdf or .fig.ps 273# Distill xfig .fig files into .fig.tex and either .fig.pdf or .fig.ps