summaryrefslogtreecommitdiffstats
path: root/doc/en/howto/unicode/CMakeLists.txt
blob: f6c9bce63dceace39de4ec9f908cbfdda79e2515 (plain)
1
2
3
4
5
6
7

file( GLOB howto_text *.docbook )

install(
  FILES ${howto_text}
  DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}/howto
)