1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Use sphinx-build command
Author: Aron Xu <aron@debian.org>
Last-Updated: 2021-06-15
Forwarded: not-needed
Index: dnf-plugins-core/doc/CMakeLists.txt
===================================================================
--- dnf-plugins-core.orig/doc/CMakeLists.txt
+++ dnf-plugins-core/doc/CMakeLists.txt
@@ -4,7 +4,7 @@
if (${PYTHON_VERSION_MAJOR} STREQUAL "2")
SET(SPHINX_BUILD_NAME "sphinx-build")
else()
- SET(SPHINX_BUILD_NAME "sphinx-build-3")
+ SET(SPHINX_BUILD_NAME "sphinx-build")
endif()
ADD_CUSTOM_TARGET (doc-html
|