Re: [PATCH 4/3] Documentation/sphinx: change pdflatex interaction mode to batchmode

2016-11-02 Thread Markus Heiser

Am 02.11.2016 um 12:41 schrieb Jani Nikula :

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

Tested-by: Markus Heiser 

Thanks!

-- Markus --
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 4/3] Documentation/sphinx: change pdflatex interaction mode to batchmode

2016-11-02 Thread Jani Nikula
Radically reduce the noise on stdout. The full build logs will still be
available under Documentatio/output/latex/*.log.

Cc: Mauro Carvalho Chehab 
Signed-off-by: Jani Nikula 
---
 Documentation/Makefile.sphinx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx
index 4d3ff4b7a2a5..d58d776d8d00 100644
--- a/Documentation/Makefile.sphinx
+++ b/Documentation/Makefile.sphinx
@@ -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)
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html