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()