From cf18b4ca7c49a50809a199b74e0d6cc681d8efb1 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 4 Oct 2007 20:28:18 +0000 Subject: all docbooks have to be installed, not just index.docbook svn path=/trunk/KDE/kdelibs/; revision=721224 --- modules/KDE4Macros.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.1