File: sphinx-doc-path.patch

package info (click to toggle)
dnf-plugins-core 4.10.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,752 kB
  • sloc: python: 7,441; sh: 23; makefile: 15; xml: 7
file content (17 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (3)
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