]> git.pld-linux.org Git - packages/librepo.git/blob - sphinx_executable.patch
- unconditional noarch subpackages
[packages/librepo.git] / sphinx_executable.patch
1 diff -dur librepo-librepo-1.7.13.orig/doc/python/CMakeLists.txt librepo-librepo-1.7.13/doc/python/CMakeLists.txt
2 --- librepo-librepo-1.7.13.orig/doc/python/CMakeLists.txt       2015-01-23 15:43:51.000000000 +0100
3 +++ librepo-librepo-1.7.13/doc/python/CMakeLists.txt    2015-11-30 18:48:12.275656366 +0100
4 @@ -1,5 +1,5 @@
5  ADD_CUSTOM_TARGET (doc-python
6 -    PYTHONPATH=${CMAKE_BINARY_DIR}/librepo/python/python${PYTHON_DESIRED} sphinx-build -E -b html
7 +       PYTHONPATH=${CMAKE_BINARY_DIR}/librepo/python/python${PYTHON_DESIRED} ${SPHINX_EXECUTABLE} -E -b html
8                    ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
9                    COMMENT "Building Python API documentation with Sphinx")
10  
This page took 0.331442 seconds and 3 git commands to generate.