From b691906d271e2cb3dba09ef8ec07d05278976257 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 6 Apr 2022 09:25:38 -0400 Subject: gitlab-ci: Build qthelp-format release documentation for cmake.org Previously the qthelp-format release documentation on `cmake.org` was built manually. --- Utilities/Sphinx/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Utilities/Sphinx') diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt index 14d0e14f56..402c7c6f67 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 "") -- cgit v1.2.1