diff options
-rw-r--r-- | doc/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 19a5cbc..bb975d8 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -13,5 +13,8 @@ SET(DOCFILES # TODO ) +#add_subdirectory( common ) +#add_subdirectory( en ) + INSTALL(FILES ${DOCFILES} - DESTINATION ${SHARE_INSTALL_PREFIX}/doc/kbfx) + DESTINATION ${DOC_INSTALL_DIR}/kbfx) |