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:12:21 +0200
commite10a60ecfbfdaddb0325e1cc5714583f0f160c69 (patch)
treee89b08453dcfd6026c0764c637d939e3feec2945
parenteb912ba2f3de907d94818f8699121b4edf017782 (diff)
downloadkbfx-e10a60ecfbfdaddb0325e1cc5714583f0f160c69.tar.gz
kbfx-e10a60ecfbfdaddb0325e1cc5714583f0f160c69.zip
Fix documentation installation directory
-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)