aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-16 12:25:42 -0400
committerJonathan Corbet <corbet@lwn.net>2016-08-18 18:42:24 -0400
commit8b8bbf8fe5cfd9aada5f29dc6f6e5b8e4320d058 (patch)
treef365752656fc406e2c12818273370658283ae42b
parent999d998eee3dc1a4942b56f178be363844ea3729 (diff)
docs-rst: Don't go to interactive mode on errors
When building for LaTeX, it stops and enters into interactive mode on errors. Don't do that, as there are some non-fatal errors on media books when using Sphinx 1.4.x that we don't know how fix yet. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/Makefile.sphinx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx
index 16a3502c9e40..ba4efb1f68f3 100644
--- a/Documentation/Makefile.sphinx
+++ b/Documentation/Makefile.sphinx
@@ -72,7 +72,7 @@ ifeq ($(HAVE_PDFLATEX),0)
72 @echo " SKIP Sphinx $@ target." 72 @echo " SKIP Sphinx $@ target."
73else # HAVE_PDFLATEX 73else # HAVE_PDFLATEX
74 @$(call loop_cmd,sphinx,latex,.,latex,.) 74 @$(call loop_cmd,sphinx,latex,.,latex,.)
75 $(Q)$(MAKE) PDFLATEX=xelatex -C $(BUILDDIR)/latex 75 $(Q)$(MAKE) PDFLATEX=xelatex LATEXOPTS="-interaction=nonstopmode" -C $(BUILDDIR)/latex
76endif # HAVE_PDFLATEX 76endif # HAVE_PDFLATEX
77 77
78epubdocs: 78epubdocs: