mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
ad81b49b0f
Of particular interest in this release: the RISCV backend is enabled by default and FreeBSD PowerPC support is much improved. Sponsored by: DARPA, AFRL
12 lines
408 B
CMake
12 lines
408 B
CMake
--- cmake/modules/AddSphinxTarget.cmake.orig
|
|
+++ cmake/modules/AddSphinxTarget.cmake
|
|
@@ -29,6 +29,8 @@
|
|
endif()
|
|
|
|
add_custom_target(${SPHINX_TARGET_NAME}
|
|
+ COMMAND ${CMAKE_COMMAND}
|
|
+ -E make_directory ${SPHINX_BUILD_DIR}
|
|
COMMAND ${SPHINX_EXECUTABLE}
|
|
-b ${builder}
|
|
-d "${SPHINX_DOC_TREE_DIR}"
|