mirror of https://github.com/Icinga/icinga2.git
parent
a2e4c57cee
commit
9f26878321
|
@ -26,6 +26,11 @@ if(UNIX OR CYGWIN)
|
|||
DEPENDS ${DOCSRCS}
|
||||
)
|
||||
|
||||
install(
|
||||
DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/htdocs
|
||||
DESTINATION ${CMAKE_INSTALL_DOCDIR}
|
||||
)
|
||||
|
||||
add_custom_target(index-html ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/htdocs/index.html)
|
||||
|
||||
install(
|
||||
|
|
Loading…
Reference in New Issue