From ebc83eb65f94d6903b7aa928867f47567c04399d Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 18 Jan 2007 19:44:49 +0000 Subject: -add the dependency to meinproc when building kdelibs to the meinproc macro, so meinproc gets created before the rule is executed -remove the unnecessary if() around the find_program() calls, they in any way do nothing if it was found already -add docs for the new meinproc macro to FindKDE4Internal.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=625047 --- modules/KDE4Macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/KDE4Macros.cmake') diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index 19e83c9d..cc491c4c 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -231,7 +231,7 @@ macro (KDE4_CREATE_HTML_HANDBOOK) add_custom_command(OUTPUT ${_doc} COMMAND ${KDE4_MEINPROC_EXECUTABLE} ARGS -o ${_doc} ${_input} - DEPENDS ${_input} + DEPENDS ${_input} ${_KDE4_MEINPROC_EXECUTABLE_DEP} ) endforeach (_current_FILE) endmacro (KDE4_CREATE_HTML_HANDBOOK) -- cgit v1.2.1