summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-20 21:55:29 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-20 21:55:29 -0500
commit930640c5a47de804c1d8c603ccf27cd193b24223 (patch)
tree0a628d902ffb84e1edb181bc466ada2eaec30a67 /doc
parent84d47eac22390f6332da16a779a309f6ee780bbf (diff)
downloadkonversation-930640c5a47de804c1d8c603ccf27cd193b24223.tar.gz
konversation-930640c5a47de804c1d8c603ccf27cd193b24223.zip
Initial cmake conversion in support of bug report 1365.
The conversion is incomplete.
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt12
-rw-r--r--doc/da/CMakeLists.txt17
-rw-r--r--doc/es/CMakeLists.txt17
-rw-r--r--doc/et/CMakeLists.txt17
-rw-r--r--doc/it/CMakeLists.txt17
-rw-r--r--doc/konversation/CMakeLists.txt14
-rw-r--r--doc/pt/CMakeLists.txt17
-rw-r--r--doc/ru/CMakeLists.txt17
-rw-r--r--doc/sv/CMakeLists.txt17
9 files changed, 145 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/da/CMakeLists.txt b/doc/da/CMakeLists.txt
new file mode 100644
index 0000000..f4d15d6
--- /dev/null
+++ b/doc/da/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+
+tde_create_handbook(
+ DESTINATION konversation
+ LANG da
+)
+
diff --git a/doc/es/CMakeLists.txt b/doc/es/CMakeLists.txt
new file mode 100644
index 0000000..cb2a496
--- /dev/null
+++ b/doc/es/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+#################################################
+#
+# This documentation cannot be installed
+# because is missing index.docbook
+#
+#################################################
diff --git a/doc/et/CMakeLists.txt b/doc/et/CMakeLists.txt
new file mode 100644
index 0000000..9089f26
--- /dev/null
+++ b/doc/et/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+
+tde_create_handbook(
+ DESTINATION konversation
+ LANG et
+)
+
diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt
new file mode 100644
index 0000000..97d745e
--- /dev/null
+++ b/doc/it/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+
+tde_create_handbook(
+ DESTINATION konversation
+ LANG it
+)
+
diff --git a/doc/konversation/CMakeLists.txt b/doc/konversation/CMakeLists.txt
new file mode 100644
index 0000000..f85e562
--- /dev/null
+++ b/doc/konversation/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 konversation )
+
diff --git a/doc/pt/CMakeLists.txt b/doc/pt/CMakeLists.txt
new file mode 100644
index 0000000..e0dac75
--- /dev/null
+++ b/doc/pt/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+
+tde_create_handbook(
+ DESTINATION konversation
+ LANG pt
+)
+
diff --git a/doc/ru/CMakeLists.txt b/doc/ru/CMakeLists.txt
new file mode 100644
index 0000000..f0976ef
--- /dev/null
+++ b/doc/ru/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+
+tde_create_handbook(
+ DESTINATION konversation
+ LANG ru
+)
+
diff --git a/doc/sv/CMakeLists.txt b/doc/sv/CMakeLists.txt
new file mode 100644
index 0000000..80cafc9
--- /dev/null
+++ b/doc/sv/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+
+tde_create_handbook(
+ DESTINATION konversation
+ LANG sv
+)
+