diff options
author | Francois Andriot <[email protected]> | 2013-06-08 16:12:21 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-06-08 16:15:21 +0200 |
commit | c65ebdd92a0b1da704ed00498b3f6dd05572d14c (patch) | |
tree | 745068635ccf083267462292d980344709d33236 | |
parent | daa2c670af2905e4c522eb29b8b143b732451ec4 (diff) | |
download | kbfx-c65ebdd92a0b1da704ed00498b3f6dd05572d14c.tar.gz kbfx-c65ebdd92a0b1da704ed00498b3f6dd05572d14c.zip |
Fix documentation installation directoryv3.5.13.2
(cherry picked from commit e10a60ecfbfdaddb0325e1cc5714583f0f160c69)
-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) |