diff options
-rw-r--r-- | packaging/biboumi.spec.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 08f92a3..4114b7e 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -45,7 +45,7 @@ cmake . -DCMAKE_CXX_FLAGS="%{optflags}" \ -DWITH_POSTGRESQL=1 make %{?_smp_mflags} -make man +make man SPHINXBUILD=sphinx-build-3 %install make install DESTDIR=%{buildroot} |