summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-07 18:42:33 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-07 18:42:33 +0000
commit7e5679fbd107db459c18b567e30846a9982dfa94 (patch)
treecabe4509f9fa290a4ca548bb346890554441e898 /doc
parent6a17a99e1c62ed7b805f9d614de50779122a59a4 (diff)
downloadtdegraphics-7e5679fbd107db459c18b567e30846a9982dfa94.tar.gz
tdegraphics-7e5679fbd107db459c18b567e30846a9982dfa94.zip
[kdegraphics] added cmake support for doc and kdvi
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230812 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt12
-rw-r--r--doc/kamera/CMakeLists.txt12
-rw-r--r--doc/kcoloredit/CMakeLists.txt12
-rw-r--r--doc/kdvi/CMakeLists.txt12
-rw-r--r--doc/kgamma/CMakeLists.txt12
-rw-r--r--doc/kghostview/CMakeLists.txt12
-rw-r--r--doc/kiconedit/CMakeLists.txt12
-rw-r--r--doc/kolourpaint/CMakeLists.txt12
-rw-r--r--doc/kooka/CMakeLists.txt12
-rw-r--r--doc/kpdf/CMakeLists.txt12
-rw-r--r--doc/kpovmodeler/CMakeLists.txt12
-rw-r--r--doc/kruler/CMakeLists.txt12
-rw-r--r--doc/ksnapshot/CMakeLists.txt12
-rw-r--r--doc/kuickshow/CMakeLists.txt12
-rw-r--r--doc/kview/CMakeLists.txt12
15 files changed, 180 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 00000000..df842e47
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_auto_add_subdirectories( )
diff --git a/doc/kamera/CMakeLists.txt b/doc/kamera/CMakeLists.txt
new file mode 100644
index 00000000..ce0fd024
--- /dev/null
+++ b/doc/kamera/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kamera )
diff --git a/doc/kcoloredit/CMakeLists.txt b/doc/kcoloredit/CMakeLists.txt
new file mode 100644
index 00000000..07167786
--- /dev/null
+++ b/doc/kcoloredit/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kcoloredit )
diff --git a/doc/kdvi/CMakeLists.txt b/doc/kdvi/CMakeLists.txt
new file mode 100644
index 00000000..f698f057
--- /dev/null
+++ b/doc/kdvi/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kdvi )
diff --git a/doc/kgamma/CMakeLists.txt b/doc/kgamma/CMakeLists.txt
new file mode 100644
index 00000000..a1d97f9d
--- /dev/null
+++ b/doc/kgamma/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kgamma )
diff --git a/doc/kghostview/CMakeLists.txt b/doc/kghostview/CMakeLists.txt
new file mode 100644
index 00000000..e18626c4
--- /dev/null
+++ b/doc/kghostview/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kghostview )
diff --git a/doc/kiconedit/CMakeLists.txt b/doc/kiconedit/CMakeLists.txt
new file mode 100644
index 00000000..3322b562
--- /dev/null
+++ b/doc/kiconedit/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kiconedit )
diff --git a/doc/kolourpaint/CMakeLists.txt b/doc/kolourpaint/CMakeLists.txt
new file mode 100644
index 00000000..d6ee87fd
--- /dev/null
+++ b/doc/kolourpaint/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kolourpaint )
diff --git a/doc/kooka/CMakeLists.txt b/doc/kooka/CMakeLists.txt
new file mode 100644
index 00000000..a29388c5
--- /dev/null
+++ b/doc/kooka/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kooka )
diff --git a/doc/kpdf/CMakeLists.txt b/doc/kpdf/CMakeLists.txt
new file mode 100644
index 00000000..94d3179b
--- /dev/null
+++ b/doc/kpdf/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kpdf )
diff --git a/doc/kpovmodeler/CMakeLists.txt b/doc/kpovmodeler/CMakeLists.txt
new file mode 100644
index 00000000..df8230fe
--- /dev/null
+++ b/doc/kpovmodeler/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kpovmodeler )
diff --git a/doc/kruler/CMakeLists.txt b/doc/kruler/CMakeLists.txt
new file mode 100644
index 00000000..460788ac
--- /dev/null
+++ b/doc/kruler/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kruler )
diff --git a/doc/ksnapshot/CMakeLists.txt b/doc/ksnapshot/CMakeLists.txt
new file mode 100644
index 00000000..6ee33ffd
--- /dev/null
+++ b/doc/ksnapshot/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION ksnapshot )
diff --git a/doc/kuickshow/CMakeLists.txt b/doc/kuickshow/CMakeLists.txt
new file mode 100644
index 00000000..ec8123d4
--- /dev/null
+++ b/doc/kuickshow/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kuickshow )
diff --git a/doc/kview/CMakeLists.txt b/doc/kview/CMakeLists.txt
new file mode 100644
index 00000000..914d7dbc
--- /dev/null
+++ b/doc/kview/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION kview )