Fix installing htdocs files.

Refs #5774
This commit is contained in:
Gunnar Beutner 2014-04-08 10:42:44 +02:00
parent a2e4c57cee
commit 9f26878321
1 changed files with 5 additions and 0 deletions

View File

@ -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(