[kde-doc-english] [kdelibs/frameworks] /: Move to Sonnet the docs which belong to it

Kevin Ottens ervin at kde.org
Thu Nov 7 16:44:05 UTC 2013


Git commit d3f7d963f2757ecfac10699ced8db3f424c67894 by Kevin Ottens.
Committed on 07/11/2013 at 16:22.
Pushed by ervin into branch 'frameworks'.

Move to Sonnet the docs which belong to it

M  +0    -1    doc/CMakeLists.txt
M  +2    -0    tier1/sonnet/CMakeLists.txt
R  +0    -0    tier1/sonnet/docs/CMakeLists.txt [from: doc/sonnet/CMakeLists.txt - 100% similarity]
R  +0    -0    tier1/sonnet/docs/index.docbook [from: doc/sonnet/index.docbook - 100% similarity]

http://commits.kde.org/kdelibs/d3f7d963f2757ecfac10699ced8db3f424c67894

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 1fc8ea5..adc6aa3 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -2,7 +2,6 @@
 add_subdirectory( common )
 
 if (NOT WIN32)
-    add_subdirectory( sonnet )
     add_subdirectory( kjs )
     add_subdirectory( kconfig_compiler )
 endif (NOT WIN32)
diff --git a/tier1/sonnet/CMakeLists.txt b/tier1/sonnet/CMakeLists.txt
index 0407f03..ceab49a 100644
--- a/tier1/sonnet/CMakeLists.txt
+++ b/tier1/sonnet/CMakeLists.txt
@@ -28,6 +28,8 @@ ecm_setup_version(5.0.0 VARIABLE_PREFIX SONNET
                         PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/SonnetConfigVersion.cmake")
 
 
+# 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/doc/sonnet/CMakeLists.txt b/tier1/sonnet/docs/CMakeLists.txt
similarity index 100%
rename from doc/sonnet/CMakeLists.txt
rename to tier1/sonnet/docs/CMakeLists.txt
diff --git a/doc/sonnet/index.docbook b/tier1/sonnet/docs/index.docbook
similarity index 100%
rename from doc/sonnet/index.docbook
rename to tier1/sonnet/docs/index.docbook



More information about the kde-doc-english mailing list