From e10a60ecfbfdaddb0325e1cc5714583f0f160c69 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Sat, 8 Jun 2013 16:12:21 +0200 Subject: [PATCH] Fix documentation installation directory --- doc/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)