summaryrefslogtreecommitdiffstats
path: root/tde-i18n-es/docs/tdemultimedia
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-es/docs/tdemultimedia')
-rw-r--r--tde-i18n-es/docs/tdemultimedia/CMakeLists.txt3
-rw-r--r--tde-i18n-es/docs/tdemultimedia/artsbuilder/CMakeLists.txt10
-rw-r--r--tde-i18n-es/docs/tdemultimedia/artsbuilder/images/CMakeLists.txt26
-rw-r--r--tde-i18n-es/docs/tdemultimedia/juk/CMakeLists.txt6
-rw-r--r--tde-i18n-es/docs/tdemultimedia/kaboodle/CMakeLists.txt6
-rw-r--r--tde-i18n-es/docs/tdemultimedia/kaudiocreator/CMakeLists.txt6
-rw-r--r--tde-i18n-es/docs/tdemultimedia/kmix/CMakeLists.txt6
-rw-r--r--tde-i18n-es/docs/tdemultimedia/krec/CMakeLists.txt6
-rw-r--r--tde-i18n-es/docs/tdemultimedia/kscd/CMakeLists.txt6
-rw-r--r--tde-i18n-es/docs/tdemultimedia/noatun/CMakeLists.txt6
-rw-r--r--tde-i18n-es/docs/tdemultimedia/tdeioslave/CMakeLists.txt7
-rw-r--r--tde-i18n-es/docs/tdemultimedia/tdemid/CMakeLists.txt6
12 files changed, 94 insertions, 0 deletions
diff --git a/tde-i18n-es/docs/tdemultimedia/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/CMakeLists.txt
new file mode 100644
index 00000000000..9532d869435
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_auto_add_subdirectories( )
diff --git a/tde-i18n-es/docs/tdemultimedia/artsbuilder/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/artsbuilder/CMakeLists.txt
new file mode 100644
index 00000000000..0d76872c113
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/artsbuilder/CMakeLists.txt
@@ -0,0 +1,10 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_auto_add_subdirectories( )
+
+##### documentation #############################
+
+tde_create_handbook(
+ DESTINATION artsbuilder
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdemultimedia/artsbuilder/images/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/artsbuilder/images/CMakeLists.txt
new file mode 100644
index 00000000000..e8e42fd5e57
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/artsbuilder/images/CMakeLists.txt
@@ -0,0 +1,26 @@
+#################################################
+#
+# (C) 2013 Alexander Golubev (Fat-Zer)
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES Synth_ADD.png Synth_AMAN_PLAY.png Synth_AMAN_RECORD.png
+ Synth_BRICKWALL_LIMITER.png Synth_BUS_DOWNLINK.png
+ Synth_BUS_UPLINK.png Synth_CAPTURE.png Synth_CDELAY.png
+ Synth_COMPRESSOR.png Synth_DATA.png Synth_DEBUG.png Synth_DELAY.png
+ Synth_DIV.png Synth_ENVELOPE_ADSR.png Synth_FM_SOURCE.png
+ Synth_FREEVERB.png Synth_FREQUENCY.png Synth_FX_CFLANGER.png
+ Synth_MIDI_DEBUG.png Synth_MIDI_TEST.png Synth_MOOG_VCF.png
+ Synth_MUL.png Synth_MULTI_ADD.png Synth_NIL.png Synth_NOISE.png
+ Synth_PITCH_SHIFT.png Synth_PLAY.png Synth_PLAY_WAV.png
+ Synth_PSCALE.png Synth_RC.png Synth_RECORD.png Synth_SEQUENCE_FREQ.png
+ Synth_SEQUENCE.png Synth_SHELVE_CUTOFF.png Synth_STD_EQUALIZER.png
+ Synth_TREMOLO.png Synth_WAVE_PULSE.png Synth_WAVE_SIN.png
+ Synth_WAVE_SOFTSAW.png Synth_WAVE_SQUARE.png Synth_WAVE_TRI.png
+ Synth_XFADE.png
+ DESTINATION ${HTML_INSTALL_DIR}/es/artsbuilder/images/ )
diff --git a/tde-i18n-es/docs/tdemultimedia/juk/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/juk/CMakeLists.txt
new file mode 100644
index 00000000000..00fe5a42a5e
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/juk/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION juk
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdemultimedia/kaboodle/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/kaboodle/CMakeLists.txt
new file mode 100644
index 00000000000..dc4af850080
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/kaboodle/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kaboodle
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdemultimedia/kaudiocreator/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/kaudiocreator/CMakeLists.txt
new file mode 100644
index 00000000000..eec86574f90
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/kaudiocreator/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kaudiocreator
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdemultimedia/kmix/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/kmix/CMakeLists.txt
new file mode 100644
index 00000000000..61e3ca6fdfb
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/kmix/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kmix
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdemultimedia/krec/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/krec/CMakeLists.txt
new file mode 100644
index 00000000000..f9bf635e6a0
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/krec/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION krec
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdemultimedia/kscd/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/kscd/CMakeLists.txt
new file mode 100644
index 00000000000..194a4e055ac
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/kscd/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kscd
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdemultimedia/noatun/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/noatun/CMakeLists.txt
new file mode 100644
index 00000000000..60ae4fc95f3
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/noatun/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION noatun
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdemultimedia/tdeioslave/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/tdeioslave/CMakeLists.txt
new file mode 100644
index 00000000000..5ef325f7b06
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/tdeioslave/CMakeLists.txt
@@ -0,0 +1,7 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION tdeioslave
+ NOINDEX
+ LANG es
+)
diff --git a/tde-i18n-es/docs/tdemultimedia/tdemid/CMakeLists.txt b/tde-i18n-es/docs/tdemultimedia/tdemid/CMakeLists.txt
new file mode 100644
index 00000000000..4ca502182a1
--- /dev/null
+++ b/tde-i18n-es/docs/tdemultimedia/tdemid/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION tdemid
+ LANG es
+)