summaryrefslogtreecommitdiffstats
path: root/tde-i18n-es/docs/tdevelop
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2013-12-31 01:02:29 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-12-31 01:02:29 +0100
commit2da3d7904a207ce635caddc4fc95b2f1d19039b3 (patch)
tree290662b7f4181b17388253448372d6355527cbcd /tde-i18n-es/docs/tdevelop
parent967ad8d9b773eb857d78c6bbc6845a3b4b3c2fe9 (diff)
downloadtde-i18n-2da3d7904a207ce635caddc4fc95b2f1d19039b3.tar.gz
tde-i18n-2da3d7904a207ce635caddc4fc95b2f1d19039b3.zip
Initial cmake conversion
This resolves Bug 1329
Diffstat (limited to 'tde-i18n-es/docs/tdevelop')
-rw-r--r--tde-i18n-es/docs/tdevelop/CMakeLists.txt15
-rw-r--r--tde-i18n-es/docs/tdevelop/api/CMakeLists.txt14
-rw-r--r--tde-i18n-es/docs/tdevelop/kde_app_devel/CMakeLists.txt6
-rw-r--r--tde-i18n-es/docs/tdevelop/kdearch/CMakeLists.txt6
-rw-r--r--tde-i18n-es/docs/tdevelop/tdevelop/CMakeLists.txt7
5 files changed, 48 insertions, 0 deletions
diff --git a/tde-i18n-es/docs/tdevelop/CMakeLists.txt b/tde-i18n-es/docs/tdevelop/CMakeLists.txt
new file mode 100644
index 00000000000..b62c7303489
--- /dev/null
+++ b/tde-i18n-es/docs/tdevelop/CMakeLists.txt
@@ -0,0 +1,15 @@
+#################################################
+#
+# (C) 2013 Alexander Golubev (Fat-Zer)
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_auto_add_subdirectories( )
+
+install( FILES tip.database
+ DESTINATION ${HTML_INSTALL_DIR}/es/tdevelop )
diff --git a/tde-i18n-es/docs/tdevelop/api/CMakeLists.txt b/tde-i18n-es/docs/tdevelop/api/CMakeLists.txt
new file mode 100644
index 00000000000..8a26089b1c5
--- /dev/null
+++ b/tde-i18n-es/docs/tdevelop/api/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2013 Alexander Golubev (Fat-Zer)
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES Architecture.png Development.png
+ propeditor1.png propeditor2.png
+ DESTINATION ${HTML_INSTALL_DIR}/es/api )
diff --git a/tde-i18n-es/docs/tdevelop/kde_app_devel/CMakeLists.txt b/tde-i18n-es/docs/tdevelop/kde_app_devel/CMakeLists.txt
new file mode 100644
index 00000000000..43ac8068188
--- /dev/null
+++ b/tde-i18n-es/docs/tdevelop/kde_app_devel/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kde_app_devel
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdevelop/kdearch/CMakeLists.txt b/tde-i18n-es/docs/tdevelop/kdearch/CMakeLists.txt
new file mode 100644
index 00000000000..af3a05d16cc
--- /dev/null
+++ b/tde-i18n-es/docs/tdevelop/kdearch/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kdearch
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdevelop/tdevelop/CMakeLists.txt b/tde-i18n-es/docs/tdevelop/tdevelop/CMakeLists.txt
new file mode 100644
index 00000000000..836877db9fc
--- /dev/null
+++ b/tde-i18n-es/docs/tdevelop/tdevelop/CMakeLists.txt
@@ -0,0 +1,7 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION tdevelop
+ NOINDEX
+ LANG es
+)