
file( GLOB handbook_text *.docbook )

install(
  FILES ${handbook_text}
  DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}/handbook
)
