[kde-doc-english] [kdelibs/frameworks] /: Move to kded the docs which belong to it
Kevin Ottens
ervin at kde.org
Thu Nov 7 16:44:03 UTC 2013
Git commit 71a8c2a25263068d1c6b3fb0eb62afe2beb74bbd by Kevin Ottens.
Committed on 06/11/2013 at 21:00.
Pushed by ervin into branch 'frameworks'.
Move to kded the docs which belong to it
M +0 -1 doc/CMakeLists.txt
M +2 -0 tier3/kded/CMakeLists.txt
A +1 -0 tier3/kded/docs/CMakeLists.txt
R +0 -0 tier3/kded/docs/DESIGN [from: tier3/kded/doc/DESIGN - 100% similarity]
R +0 -0 tier3/kded/docs/HOWTO [from: tier3/kded/doc/HOWTO - 100% similarity]
R +0 -0 tier3/kded/docs/kded5/CMakeLists.txt [from: doc/kded5/CMakeLists.txt - 100% similarity]
R +0 -0 tier3/kded/docs/kded5/man-kded5.8.docbook [from: doc/kded5/man-kded5.8.docbook - 100% similarity]
http://commits.kde.org/kdelibs/71a8c2a25263068d1c6b3fb0eb62afe2beb74bbd
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index da7e069..8c33bca 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -7,7 +7,6 @@ if (NOT WIN32)
add_subdirectory( kjs )
add_subdirectory( kjscmd )
add_subdirectory( kross )
- add_subdirectory( kded5 )
add_subdirectory( kconfig_compiler )
add_subdirectory( preparetips )
endif (NOT WIN32)
diff --git a/tier3/kded/CMakeLists.txt b/tier3/kded/CMakeLists.txt
index 4d9c0b6..779a592 100644
--- a/tier3/kded/CMakeLists.txt
+++ b/tier3/kded/CMakeLists.txt
@@ -30,6 +30,8 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII)
########### next target ###############
+# Enable when kdoctools will be usable from the outside (macros are broken ATM)
+#add_subdirectory(docs)
add_subdirectory(src)
# Create a Config.cmake and a ConfigVersion.cmake file and install them
diff --git a/tier3/kded/docs/CMakeLists.txt b/tier3/kded/docs/CMakeLists.txt
new file mode 100644
index 0000000..89aea79
--- /dev/null
+++ b/tier3/kded/docs/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(kded5)
diff --git a/tier3/kded/doc/DESIGN b/tier3/kded/docs/DESIGN
similarity index 100%
rename from tier3/kded/doc/DESIGN
rename to tier3/kded/docs/DESIGN
diff --git a/tier3/kded/doc/HOWTO b/tier3/kded/docs/HOWTO
similarity index 100%
rename from tier3/kded/doc/HOWTO
rename to tier3/kded/docs/HOWTO
diff --git a/doc/kded5/CMakeLists.txt b/tier3/kded/docs/kded5/CMakeLists.txt
similarity index 100%
rename from doc/kded5/CMakeLists.txt
rename to tier3/kded/docs/kded5/CMakeLists.txt
diff --git a/doc/kded5/man-kded5.8.docbook b/tier3/kded/docs/kded5/man-kded5.8.docbook
similarity index 100%
rename from doc/kded5/man-kded5.8.docbook
rename to tier3/kded/docs/kded5/man-kded5.8.docbook
More information about the kde-doc-english
mailing list