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