From: Mauro Carvalho Chehab Date: Tue, 16 Aug 2016 16:25:42 +0000 (-0300) Subject: docs-rst: Don't go to interactive mode on errors X-Git-Tag: v5.15~12645^2~80^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b8bbf8fe5cfd9aada5f29dc6f6e5b8e4320d058;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx index 16a3502..ba4efb1 100644 --- a/Documentation/Makefile.sphinx +++ b/Documentation/Makefile.sphinx @@ -72,7 +72,7 @@ ifeq ($(HAVE_PDFLATEX),0) @echo " SKIP Sphinx $@ target." else # HAVE_PDFLATEX @$(call loop_cmd,sphinx,latex,.,latex,.) - $(Q)$(MAKE) PDFLATEX=xelatex -C $(BUILDDIR)/latex + $(Q)$(MAKE) PDFLATEX=xelatex LATEXOPTS="-interaction=nonstopmode" -C $(BUILDDIR)/latex endif # HAVE_PDFLATEX epubdocs: