Skip to content

Commit

Permalink
Bug 798620 - Unable to build docs on Mageia Cauldron
Browse files Browse the repository at this point in the history
Ensure that the build-product directory is ready in highly parallel builds.
  • Loading branch information
jralls committed Sep 25, 2022
1 parent 354cd9b commit b5e3363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AddXdgHelpTarget.cmake
Expand Up @@ -39,7 +39,7 @@ function (add_xdghelp_target docname lang entities figures)
add_custom_command(
OUTPUT ${dest_files}
COMMAND ${CMAKE_COMMAND} -E copy ${source_files} "${BUILD_DIR}"
DEPENDS ${entities} "index.docbook" ${dtd_files}
DEPENDS ${entities} "index.docbook" ${dtd_files} "${CMAKE_CURRENT_BINARY_DIR}/xdghelptrigger")
WORKING_DIRECTORY "${BUILD_DIR}")

# Copy figures for this document
Expand Down

0 comments on commit b5e3363

Please sign in to comment.