Git commit 7940fadbb8ec2c889277f281d50228dc55ed9d51 by Kevin Ottens. Committed on 06/11/2013 at 20:58. Pushed by ervin into branch 'frameworks'.
Move to KDE4Support the docs which belong to it M +0 -1 doc/CMakeLists.txt M +2 -0 tier4/kde4support/CMakeLists.txt A +1 -0 tier4/kde4support/docs/CMakeLists.txt R +0 -0 tier4/kde4support/docs/kf5-config/CMakeLists.txt [from: doc/kde4support/CMakeLists.txt - 100% similarity] R +0 -0 tier4/kde4support/docs/kf5-config/man-kf5-config.1.docbook [from: doc/kde4support/man-kf5-config.1.docbook - 100% similarity] http://commits.kde.org/kdelibs/7940fadbb8ec2c889277f281d50228dc55ed9d51 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 6f2d19a..da7e069 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -4,7 +4,6 @@ add_subdirectory( common ) if (NOT WIN32) add_subdirectory( makekdewidgets ) add_subdirectory( sonnet ) - add_subdirectory( kde4support ) add_subdirectory( kjs ) add_subdirectory( kjscmd ) add_subdirectory( kross ) diff --git a/tier4/kde4support/CMakeLists.txt b/tier4/kde4support/CMakeLists.txt index 49a5a59..fab359e 100644 --- a/tier4/kde4support/CMakeLists.txt +++ b/tier4/kde4support/CMakeLists.txt @@ -84,6 +84,8 @@ install(EXPORT KDE4SupportTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kde4support_version.h DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel ) +# Enable when kdoctools will be usable from the outside (macros are broken ATM) +#add_subdirectory(docs) add_subdirectory(src) add_subdirectory(autotests) add_subdirectory(tests) diff --git a/tier4/kde4support/docs/CMakeLists.txt b/tier4/kde4support/docs/CMakeLists.txt new file mode 100644 index 0000000..1664a86 --- /dev/null +++ b/tier4/kde4support/docs/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(kf5-config) diff --git a/doc/kde4support/CMakeLists.txt b/tier4/kde4support/docs/kf5-config/CMakeLists.txt similarity index 100% rename from doc/kde4support/CMakeLists.txt rename to tier4/kde4support/docs/kf5-config/CMakeLists.txt diff --git a/doc/kde4support/man-kf5-config.1.docbook b/tier4/kde4support/docs/kf5-config/man-kf5-config.1.docbook similarity index 100% rename from doc/kde4support/man-kf5-config.1.docbook rename to tier4/kde4support/docs/kf5-config/man-kf5-config.1.docbook
