summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2021-05-07 13:21:26 +0300
committerNicholas Bennett <nicholas.bennett@qt.io>2021-06-01 11:58:50 +0000
commit190ef1c23b1b596662020b0b1ef4290c97da781c (patch)
treeb1a561fb229e3b3fd6e5cb9c15ae3907a0877d96 /coin
parentbee6f9168689b0b3659f9f13da2cb5ba2d7e01f4 (diff)
Update the COIN build instructions to also build creator help file
Changed the cmake build target from "generate_docs" to "docs" Pick-to: 6.1 Fixes: QTBUG-93174 Change-Id: I244290888f578ccfee4c733cd8f93bb6faed4fda Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/instructions/cmake_documentation_build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/instructions/cmake_documentation_build.yaml b/coin/instructions/cmake_documentation_build.yaml
index 4fcdab8394..141d0b65b3 100644
--- a/coin/instructions/cmake_documentation_build.yaml
+++ b/coin/instructions/cmake_documentation_build.yaml
@@ -20,7 +20,7 @@ instructions:
variableValue: "-DCMAKE_INSTALL_PREFIX:PATH={{.InstallDir}} {{.SourceDir}}"
- !include "{{qt/qtbase}}/call_cmake.yaml"
- type: ExecuteCommand
- command: "{{.Env.ENV_PREFIX}} cmake --build . --target generate_docs -v"
+ command: "{{.Env.ENV_PREFIX}} cmake --build . --target docs -v"
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: Failed to generate documentation.