summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-04-06 13:25:38 (GMT)
committerBrad King <brad.king@kitware.com>2022-04-06 13:59:14 (GMT)
commitb691906d271e2cb3dba09ef8ec07d05278976257 (patch)
tree5e4204c860c9ee78bf7cca44a85da6078d549cca /Utilities
parent1ceec19c208f0655362ce360a5402f613c393f3c (diff)
downloadCMake-b691906d271e2cb3dba09ef8ec07d05278976257.zip
CMake-b691906d271e2cb3dba09ef8ec07d05278976257.tar.gz
CMake-b691906d271e2cb3dba09ef8ec07d05278976257.tar.bz2
gitlab-ci: Build qthelp-format release documentation for cmake.org
Previously the qthelp-format release documentation on `cmake.org` was built manually.
Diffstat (limited to 'Utilities')
-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 "")