Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eaed1b25 authored by Jani Nikula's avatar Jani Nikula
Browse files

Documentation/sphinx: change pdflatex interaction mode to batchmode



Radically reduce the noise on stdout. The full build logs will still be
available under Documentatio/output/latex/*.log.

Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Reviewed-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Tested-by: default avatarMarkus Heiser <markus.heiser@darmarIT.de>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent c8556966
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ SPHINX_CONF = conf.py
PAPER         =
BUILDDIR      = $(obj)/output
PDFLATEX      = xelatex
LATEXOPTS     = -interaction=nonstopmode
LATEXOPTS     = -interaction=batchmode

# User-friendly check for sphinx-build
HAVE_SPHINX := $(shell if which $(SPHINXBUILD) >/dev/null 2>&1; then echo 1; else echo 0; fi)