summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-06-08 16:12:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-06-08 16:15:21 +0200
commitc65ebdd92a0b1da704ed00498b3f6dd05572d14c (patch)
tree745068635ccf083267462292d980344709d33236
parentdaa2c670af2905e4c522eb29b8b143b732451ec4 (diff)
downloadkbfx-3.5.13.2.tar.gz
kbfx-3.5.13.2.zip
Fix documentation installation directoryv3.5.13.2
(cherry picked from commit e10a60ecfbfdaddb0325e1cc5714583f0f160c69)
-rw-r--r--doc/CMakeLists.txt5
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)