summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-04-06 16:55:28 (GMT)
committerBrad King <brad.king@kitware.com>2022-04-06 16:55:28 (GMT)
commit8070ff36cba0844835cf528b0a5ac30e5076da82 (patch)
tree5e4204c860c9ee78bf7cca44a85da6078d549cca /Utilities/Sphinx/CMakeLists.txt
parent1ee80fc752d1193b8d306ea7951624c501e9f2ac (diff)
parentb691906d271e2cb3dba09ef8ec07d05278976257 (diff)
downloadCMake-8070ff36cba0844835cf528b0a5ac30e5076da82.zip
CMake-8070ff36cba0844835cf528b0a5ac30e5076da82.tar.gz
CMake-8070ff36cba0844835cf528b0a5ac30e5076da82.tar.bz2
Merge branch 'ci-cmake.org-help' into release-3.22
Merge-request: !7146
Diffstat (limited to 'Utilities/Sphinx/CMakeLists.txt')
-rw-r--r--Utilities/Sphinx/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt
index 14d0e14..402c7c6 100644
--- a/Utilities/Sphinx/CMakeLists.txt
+++ b/Utilities/Sphinx/CMakeLists.txt
@@ -146,6 +146,12 @@ if(CMake_SPHINX_CMAKE_ORG)
if(CMake_SPHINX_CMAKE_ORG_OUTDATED)
list(APPEND doc_html_opts -A outdated=1)
endif()
+
+ list(APPEND qthelp_extra_commands
+ COMMAND ${CMAKE_COMMAND} -E copy
+ "${CMAKE_CURRENT_BINARY_DIR}/qthelp/CMake.qch"
+ "${CMAKE_CURRENT_BINARY_DIR}/html/CMake.qch"
+ )
endif()
set(doc_format_outputs "")