From ee7a1d97bdec08fad188c9c7fde8ba235fe4da7d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 17 Mar 2023 07:52:47 -0400 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20assume=20%=5Fsmp=5Fmflags=20is?= =?UTF-8?q?=20-j%=5Fsmp=5Fbuild=5Fncpus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gi-docgen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gi-docgen.spec b/gi-docgen.spec index 82fbf64..826cc4d 100644 --- a/gi-docgen.spec +++ b/gi-docgen.spec @@ -170,7 +170,7 @@ find . -type f \( -name '*.woff' -o -name '*.woff2' \) -print -delete %pyproject_wheel %if %{with doc_pdf} -sphinx-build -b latex %{?_smp_mflags} docs %{_vpath_builddir}/_latex +sphinx-build -b latex -j%{?_smp_build_ncpus} docs %{_vpath_builddir}/_latex %make_build -C %{_vpath_builddir}/_latex LATEXMKOPTS='-quiet' %endif