From 43fe390dd074582295bcd2a0f023188b01958c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burkhard=20L=C3=BCck?= Date: Sat, 6 Oct 2007 07:12:07 +0000 Subject: dont install index.docbook twice CCMAIL:aacid@kde.org svn path=/trunk/KDE/kdelibs/; revision=721847 --- modules/KDE4Macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index 525fde55..ecbad889 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -300,7 +300,7 @@ macro (KDE4_CREATE_HANDBOOK _docbook) if(_installDest) file(GLOB _images *.png) file(GLOB _docs *.docbook) - install(FILES ${_docs} ${_input} ${_images} DESTINATION ${_installDest}/${dirname}) + install(FILES ${_docs} ${_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