blob: c46c8ced5c1544528f3f4082cd6a1124e63d0382 (
plain)
1
2
3
4
5
6
7
8
|
file( GLOB _html RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html )
install(
FILES ${_html}
DESTINATION ${HTML_INSTALL_DIR}/en/tdeio_sword
)
tde_create_handbook( LANG en DESTINATION tdeio_sword )
|