aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE4Macros.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/KDE4Macros.cmake')
-rw-r--r--modules/KDE4Macros.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index 98e00c7b..525fde55 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -299,7 +299,8 @@ macro (KDE4_CREATE_HANDBOOK _docbook)
if(_installDest)
file(GLOB _images *.png)
- install(FILES ${_doc} ${_input} ${_images} DESTINATION ${_installDest}/${dirname})
+ file(GLOB _docs *.docbook)
+ install(FILES ${_docs} ${_input} ${_images} DESTINATION ${_installDest}/${dirname})
# TODO symlinks on non-unix platforms
if (UNIX)
# execute some cmake code on make install which creates the symlink