summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-10 20:47:02 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-10 20:47:02 -0600
commitc1a8ee04fbfe9851c1f788bcdcf3a5339ce1e478 (patch)
treeb60bf0191b08974e1ad29fd808d298aaeb29ef5a /doc
parent42177b2709de3eb2ef8ecde7d2a027fbb05a218c (diff)
downloadtdeutils-c1a8ee04fbfe9851c1f788bcdcf3a5339ce1e478.tar.gz
tdeutils-c1a8ee04fbfe9851c1f788bcdcf3a5339ce1e478.zip
Initial conversion to cmake.
Thanks to Fat-Zer.
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt12
-rw-r--r--doc/KRegExpEditor/CMakeLists.txt13
-rw-r--r--doc/ark/CMakeLists.txt13
-rw-r--r--doc/ark/Makefile.am2
-rw-r--r--doc/kcalc/CMakeLists.txt13
-rw-r--r--doc/kcharselect/CMakeLists.txt13
-rw-r--r--doc/kcontrol/CMakeLists.txt12
-rw-r--r--doc/kcontrol/kcmlowbatcrit/CMakeLists.txt14
-rw-r--r--doc/kcontrol/kcmlowbatwarn/CMakeLists.txt14
-rw-r--r--doc/kcontrol/laptop/CMakeLists.txt14
-rw-r--r--doc/kcontrol/powerctrl/CMakeLists.txt14
-rw-r--r--doc/kdelirc/CMakeLists.txt12
-rw-r--r--doc/kdelirc/irkick/CMakeLists.txt13
-rw-r--r--doc/kdelirc/kcmlirc/CMakeLists.txt13
-rw-r--r--doc/kdf/CMakeLists.txt13
-rw-r--r--doc/kedit/CMakeLists.txt13
-rw-r--r--doc/kfloppy/CMakeLists.txt13
-rw-r--r--doc/kgpg/CMakeLists.txt13
-rw-r--r--doc/khexedit/CMakeLists.txt13
-rw-r--r--doc/kinfocenter/CMakeLists.txt12
-rw-r--r--doc/kinfocenter/blockdevices/CMakeLists.txt14
-rw-r--r--doc/kjots/CMakeLists.txt13
-rw-r--r--doc/ksim/CMakeLists.txt13
-rw-r--r--doc/ktimer/CMakeLists.txt13
-rw-r--r--doc/kwallet/CMakeLists.txt13
-rw-r--r--doc/superkaramba/CMakeLists.txt13
26 files changed, 327 insertions, 1 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/KRegExpEditor/CMakeLists.txt b/doc/KRegExpEditor/CMakeLists.txt
new file mode 100644
index 0000000..6cf915d
--- /dev/null
+++ b/doc/KRegExpEditor/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 KRegExpEditor )
+
diff --git a/doc/ark/CMakeLists.txt b/doc/ark/CMakeLists.txt
new file mode 100644
index 0000000..5799977
--- /dev/null
+++ b/doc/ark/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 ark )
+
diff --git a/doc/ark/Makefile.am b/doc/ark/Makefile.am
index bed8857..3f20a1e 100644
--- a/doc/ark/Makefile.am
+++ b/doc/ark/Makefile.am
@@ -2,4 +2,4 @@
KDE_LANG = en
KDE_DOCS = AUTO
-KDE_MANS = AUTO \ No newline at end of file
+KDE_MANS = AUTO
diff --git a/doc/kcalc/CMakeLists.txt b/doc/kcalc/CMakeLists.txt
new file mode 100644
index 0000000..dea5092
--- /dev/null
+++ b/doc/kcalc/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 kcalc )
+
diff --git a/doc/kcharselect/CMakeLists.txt b/doc/kcharselect/CMakeLists.txt
new file mode 100644
index 0000000..333203b
--- /dev/null
+++ b/doc/kcharselect/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 kcharselect )
+
diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt
new file mode 100644
index 0000000..dc6bb77
--- /dev/null
+++ b/doc/kcontrol/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/kcontrol/kcmlowbatcrit/CMakeLists.txt b/doc/kcontrol/kcmlowbatcrit/CMakeLists.txt
new file mode 100644
index 0000000..2797333
--- /dev/null
+++ b/doc/kcontrol/kcmlowbatcrit/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION
+ kcontrol/kcmlowbatcrit )
+
diff --git a/doc/kcontrol/kcmlowbatwarn/CMakeLists.txt b/doc/kcontrol/kcmlowbatwarn/CMakeLists.txt
new file mode 100644
index 0000000..3365ccf
--- /dev/null
+++ b/doc/kcontrol/kcmlowbatwarn/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION
+ kcontrol/kcmlowbatwarn )
+
diff --git a/doc/kcontrol/laptop/CMakeLists.txt b/doc/kcontrol/laptop/CMakeLists.txt
new file mode 100644
index 0000000..e5256df
--- /dev/null
+++ b/doc/kcontrol/laptop/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kcontrol/laptop
+ )
+
diff --git a/doc/kcontrol/powerctrl/CMakeLists.txt b/doc/kcontrol/powerctrl/CMakeLists.txt
new file mode 100644
index 0000000..481321e
--- /dev/null
+++ b/doc/kcontrol/powerctrl/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION
+ kcontrol/powerctrl )
+
diff --git a/doc/kdelirc/CMakeLists.txt b/doc/kdelirc/CMakeLists.txt
new file mode 100644
index 0000000..dc6bb77
--- /dev/null
+++ b/doc/kdelirc/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/kdelirc/irkick/CMakeLists.txt b/doc/kdelirc/irkick/CMakeLists.txt
new file mode 100644
index 0000000..e48e649
--- /dev/null
+++ b/doc/kdelirc/irkick/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 irkick )
+
diff --git a/doc/kdelirc/kcmlirc/CMakeLists.txt b/doc/kdelirc/kcmlirc/CMakeLists.txt
new file mode 100644
index 0000000..7414552
--- /dev/null
+++ b/doc/kdelirc/kcmlirc/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 kcmlirc )
+
diff --git a/doc/kdf/CMakeLists.txt b/doc/kdf/CMakeLists.txt
new file mode 100644
index 0000000..015c1e5
--- /dev/null
+++ b/doc/kdf/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 kdf )
+
diff --git a/doc/kedit/CMakeLists.txt b/doc/kedit/CMakeLists.txt
new file mode 100644
index 0000000..eb14712
--- /dev/null
+++ b/doc/kedit/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 kedit )
+
diff --git a/doc/kfloppy/CMakeLists.txt b/doc/kfloppy/CMakeLists.txt
new file mode 100644
index 0000000..335d52c
--- /dev/null
+++ b/doc/kfloppy/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 kfloppy )
+
diff --git a/doc/kgpg/CMakeLists.txt b/doc/kgpg/CMakeLists.txt
new file mode 100644
index 0000000..362b8d2
--- /dev/null
+++ b/doc/kgpg/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 kgpg )
+
diff --git a/doc/khexedit/CMakeLists.txt b/doc/khexedit/CMakeLists.txt
new file mode 100644
index 0000000..97d17ed
--- /dev/null
+++ b/doc/khexedit/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 khexedit )
+
diff --git a/doc/kinfocenter/CMakeLists.txt b/doc/kinfocenter/CMakeLists.txt
new file mode 100644
index 0000000..dc6bb77
--- /dev/null
+++ b/doc/kinfocenter/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/kinfocenter/blockdevices/CMakeLists.txt b/doc/kinfocenter/blockdevices/CMakeLists.txt
new file mode 100644
index 0000000..9f469fe
--- /dev/null
+++ b/doc/kinfocenter/blockdevices/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION
+ kinfocenter/blockdevices )
+
diff --git a/doc/kjots/CMakeLists.txt b/doc/kjots/CMakeLists.txt
new file mode 100644
index 0000000..5ed37d3
--- /dev/null
+++ b/doc/kjots/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 kjots )
+
diff --git a/doc/ksim/CMakeLists.txt b/doc/ksim/CMakeLists.txt
new file mode 100644
index 0000000..3b9d06c
--- /dev/null
+++ b/doc/ksim/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 ksim )
+
diff --git a/doc/ktimer/CMakeLists.txt b/doc/ktimer/CMakeLists.txt
new file mode 100644
index 0000000..23c7a49
--- /dev/null
+++ b/doc/ktimer/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 ktimer )
+
diff --git a/doc/kwallet/CMakeLists.txt b/doc/kwallet/CMakeLists.txt
new file mode 100644
index 0000000..7edec8e
--- /dev/null
+++ b/doc/kwallet/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 kwallet )
+
diff --git a/doc/superkaramba/CMakeLists.txt b/doc/superkaramba/CMakeLists.txt
new file mode 100644
index 0000000..51ef25d
--- /dev/null
+++ b/doc/superkaramba/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 superkaramba )
+