From f5b6624c5664462c3e6ca0a7199571a2d2506c05 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 26 Nov 2021 21:03:25 -0500 Subject: [PATCH] Reduce LaTeX PDF build verbosity --- gi-docgen.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gi-docgen.spec b/gi-docgen.spec index b1498db..a386b15 100644 --- a/gi-docgen.spec +++ b/gi-docgen.spec @@ -4,7 +4,7 @@ # Sphinx-generated HTML documentation is not suitable for packaging; see # https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion. # -# We can generate PDF documentation as a lesser substitute. +# We can generate PDF documentation as a substitute. %bcond_without doc_pdf Name: gi-docgen @@ -149,7 +149,7 @@ find . -type f \( -name '*.woff' -o -name '*.woff2' \) -print -delete %if %{with doc_pdf} sphinx-build -b latex docs %{_vpath_builddir}/_latex -%make_build -C %{_vpath_builddir}/_latex +%make_build -C %{_vpath_builddir}/_latex LATEXMKOPTS='-quiet' %endif