]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Documentation/sphinx: change pdflatex interaction mode to batchmode
authorJani Nikula <jani.nikula@intel.com>
Wed, 2 Nov 2016 11:20:15 +0000 (13:20 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 3 Nov 2016 10:36:30 +0000 (12:36 +0200)
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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Tested-by: Markus Heiser <markus.heiser@darmarIT.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Documentation/Makefile.sphinx

index 4d3ff4b7a2a535cf3922c59cea24bac42021169f..d58d776d8d0074c34bf5b8d5ee5053180e95cfd0 100644 (file)
@@ -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)