diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-06-08 16:12:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-06-08 16:12:21 +0200 |
commit | e10a60ecfbfdaddb0325e1cc5714583f0f160c69 (patch) | |
tree | e89b08453dcfd6026c0764c637d939e3feec2945 | |
parent | eb912ba2f3de907d94818f8699121b4edf017782 (diff) | |
download | kbfx-e10a60ecfbfdaddb0325e1cc5714583f0f160c69.tar.gz kbfx-e10a60ecfbfdaddb0325e1cc5714583f0f160c69.zip |
Fix documentation installation directory
-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) |