From 0804aa70dc3af39d4dca7d0e2abaf7bb09f7be39 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 1 May 2006 21:20:18 +0000 Subject: [PATCH] -remove the kde4_create_doxygen_docs() command Alex svn path=/trunk/KDE/kdebase/workspace/; revision=536344 --- CMakeLists.txt | 2 -- lib/CMakeLists.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f727bcd30e..aa61b9ada2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,8 +66,6 @@ install_files( /include FILES KWinInterface.h ) kde4_install_icons( ${ICON_INSTALL_DIR} crystalsvg ) -kde4_create_doxygen_docs( ) - kde4_footer() diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 0e58742398..1582668de5 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -25,8 +25,6 @@ install_targets(${LIB_INSTALL_DIR} kdecorations ) install_files( /include FILES kdecoration.h kdecoration_p.h kdecoration_plugins_p.h kdecorationfactory.h kcommondecoration.h ) -kde4_create_doxygen_docs( ) - kde4_footer()