summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-11-18 15:33:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-11-18 15:39:42 +0100
commitea4db78c2f65b301fccb10dccc07c87365e4ca94 (patch)
tree583c7425521341d2f8b555125dd0f13e94b21856 /doc
parent8f9720b20698b0a8a43db7c39d03bd6f51c4f21e (diff)
downloadtdetoys-ea4db78c2f65b301fccb10dccc07c87365e4ca94.tar.gz
tdetoys-ea4db78c2f65b301fccb10dccc07c87365e4ca94.zip
Initial conversion to cmake
Thanks to Fat-Zer (cherry picked from commit c4c9c9fd262dd8450c1cf4454183b03173a3b092)
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt12
-rw-r--r--doc/amor/CMakeLists.txt13
-rw-r--r--doc/kmoon/CMakeLists.txt13
-rw-r--r--doc/kodo/CMakeLists.txt13
-rw-r--r--doc/kteatime/CMakeLists.txt13
-rw-r--r--doc/kweather/CMakeLists.txt13
-rw-r--r--doc/kworldclock/CMakeLists.txt13
7 files changed, 90 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 0000000..dc6bb77
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_auto_add_subdirectories( )
diff --git a/doc/amor/CMakeLists.txt b/doc/amor/CMakeLists.txt
new file mode 100644
index 0000000..66361cb
--- /dev/null
+++ b/doc/amor/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION amor )
+
diff --git a/doc/kmoon/CMakeLists.txt b/doc/kmoon/CMakeLists.txt
new file mode 100644
index 0000000..45de9ed
--- /dev/null
+++ b/doc/kmoon/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kmoon )
+
diff --git a/doc/kodo/CMakeLists.txt b/doc/kodo/CMakeLists.txt
new file mode 100644
index 0000000..fd5ed4d
--- /dev/null
+++ b/doc/kodo/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kodo )
+
diff --git a/doc/kteatime/CMakeLists.txt b/doc/kteatime/CMakeLists.txt
new file mode 100644
index 0000000..3ada1bc
--- /dev/null
+++ b/doc/kteatime/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kteatime )
+
diff --git a/doc/kweather/CMakeLists.txt b/doc/kweather/CMakeLists.txt
new file mode 100644
index 0000000..6fde0e3
--- /dev/null
+++ b/doc/kweather/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kweather )
+
diff --git a/doc/kworldclock/CMakeLists.txt b/doc/kworldclock/CMakeLists.txt
new file mode 100644
index 0000000..4c39234
--- /dev/null
+++ b/doc/kworldclock/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kworldclock )
+