Git commit 30f39fafbc1189a3394e063704370c732de3ea34 by Kevin Ottens. Committed on 25/04/2014 at 23:37. Pushed by ervin into branch 'master'.
Should be named docs per the policy M +1 -1 CMakeLists.txt R +0 -0 docs/CMakeLists.txt [from: doc/CMakeLists.txt - 100% similarity] R +0 -0 docs/plasmapkg/CMakeLists.txt [from: doc/plasmapkg/CMakeLists.txt - 100% similarity] R +0 -0 docs/plasmapkg/man-plasmapkg2.1.docbook [from: doc/plasmapkg/man-plasmapkg2.1.docbook - 100% similarity] http://commits.kde.org/plasma-framework/30f39fafbc1189a3394e063704370c732de3ea34 diff --git a/CMakeLists.txt b/CMakeLists.txt index dce49b2..a48ea79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,7 +170,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) ################# list the subdirectories ################# if (KF5DocTools_FOUND) - add_subdirectory(doc) + add_subdirectory(docs) endif() add_definitions(-DTRANSLATION_DOMAIN=\"libplasma5\") add_subdirectory(src) diff --git a/doc/CMakeLists.txt b/docs/CMakeLists.txt similarity index 100% rename from doc/CMakeLists.txt rename to docs/CMakeLists.txt diff --git a/doc/plasmapkg/CMakeLists.txt b/docs/plasmapkg/CMakeLists.txt similarity index 100% rename from doc/plasmapkg/CMakeLists.txt rename to docs/plasmapkg/CMakeLists.txt diff --git a/doc/plasmapkg/man-plasmapkg2.1.docbook b/docs/plasmapkg/man-plasmapkg2.1.docbook similarity index 100% rename from doc/plasmapkg/man-plasmapkg2.1.docbook rename to docs/plasmapkg/man-plasmapkg2.1.docbook
