We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e9a20 commit 9e83f6fCopy full SHA for 9e83f6f
cmake/modules/build_docs.cmake
@@ -13,6 +13,7 @@ function(build_docs target_name)
13
14
if(EXISTS ${html_file})
15
set(HTML_FILE ${html_file})
16
+ install(FILES ${GISBASE}/docs/html/${G_HTML_FILE_NAME} DESTINATION docs/html)
17
else()
18
file(GLOB html_files ${G_SRC_DIR}/*.html)
19
if(html_files)
@@ -36,5 +37,5 @@ function(build_docs target_name)
36
37
38
#add_custom_target(${target_name}_html ALL DEPENDS ${G_RUNTIME_OUTPUT_DIR}/${target_name}.exe)
39
- install(FILES ${GISBASE}/docs/html/${G_HTML_FILE_NAME} DESTINATION docs/html)
40
+
41
endfunction()
0 commit comments