Utilities/Release: Add html docs to Windows 64-bit binary
The 64-bit Windows binary is built in our second batch because it is built on the same host as the 32-bit Windows binary. When the documentation generation was first added, it was not included in the second batch because at the time that batch only included the Cygwin binary. Therefore the 64-bit Windows binary has been missing the documentation since it was first created for CMake 3.6. Since then the Cygwin binary was dropped so the second batch only contains the 64-bit Windows binary. Add the docs to it. Closes: #16333
This commit is contained in:
parent
c1f97af640
commit
93300f3623
|
@ -66,7 +66,6 @@ endfunction()
|
|||
|
||||
write_docs_shell_script("create-${CMAKE_CREATE_VERSION}-docs.sh")
|
||||
write_batch_shell_script("create-${CMAKE_CREATE_VERSION}-batch1.sh" ${RELEASE_SCRIPTS_BATCH_1})
|
||||
unset(CMAKE_DOC_TARBALL) # No pre-built docs in second batch.
|
||||
write_batch_shell_script("create-${CMAKE_CREATE_VERSION}-batch2.sh" ${RELEASE_SCRIPTS_BATCH_2})
|
||||
|
||||
message("Run one at a time:
|
||||
|
|
Loading…
Reference in New Issue