summaryrefslogtreecommitdiffstats
path: root/tde-i18n-es/docs/tdevelop
diff options
context:
space:
mode:
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
+)