summaryrefslogtreecommitdiffstats
path: root/tde-i18n-it/docs/tdegames
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-it/docs/tdegames')
-rw-r--r--tde-i18n-it/docs/tdegames/CMakeLists.txt3
-rw-r--r--tde-i18n-it/docs/tdegames/atlantik/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kasteroids/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/katomic/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kbackgammon/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kbattleship/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kblackbox/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kbounce/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kenolaba/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kfouleggs/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kgoldrunner/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kjumpingcube/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/klickety/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/klines/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kmahjongg/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kmines/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kolf/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/konquest/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kpat/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kpoker/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kreversi/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/ksame/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kshisen/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/ksirtet/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/ksmiletris/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/ksnake/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/ksokoban/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/kspaceduel/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/ktron/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/ktuberling/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/lskat/CMakeLists.txt6
-rw-r--r--tde-i18n-it/docs/tdegames/twin4/CMakeLists.txt6
32 files changed, 189 insertions, 0 deletions
diff --git a/tde-i18n-it/docs/tdegames/CMakeLists.txt b/tde-i18n-it/docs/tdegames/CMakeLists.txt
new file mode 100644
index 00000000000..9532d869435
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/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-it/docs/tdegames/atlantik/CMakeLists.txt b/tde-i18n-it/docs/tdegames/atlantik/CMakeLists.txt
new file mode 100644
index 00000000000..a720cbb538a
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/atlantik/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION atlantik
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kasteroids/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kasteroids/CMakeLists.txt
new file mode 100644
index 00000000000..36e2cb0aaca
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kasteroids/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kasteroids
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/katomic/CMakeLists.txt b/tde-i18n-it/docs/tdegames/katomic/CMakeLists.txt
new file mode 100644
index 00000000000..97b2830d5b3
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/katomic/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION katomic
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kbackgammon/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kbackgammon/CMakeLists.txt
new file mode 100644
index 00000000000..bb0732ab797
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kbackgammon/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kbackgammon
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kbattleship/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kbattleship/CMakeLists.txt
new file mode 100644
index 00000000000..e99807ce86e
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kbattleship/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kbattleship
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kblackbox/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kblackbox/CMakeLists.txt
new file mode 100644
index 00000000000..678e34831d5
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kblackbox/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kblackbox
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kbounce/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kbounce/CMakeLists.txt
new file mode 100644
index 00000000000..cdb795b4966
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kbounce/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kbounce
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kenolaba/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kenolaba/CMakeLists.txt
new file mode 100644
index 00000000000..0566f4e6d4d
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kenolaba/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kenolaba
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kfouleggs/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kfouleggs/CMakeLists.txt
new file mode 100644
index 00000000000..2b003604b4e
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kfouleggs/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kfouleggs
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kgoldrunner/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kgoldrunner/CMakeLists.txt
new file mode 100644
index 00000000000..8b4be90b336
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kgoldrunner/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kgoldrunner
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kjumpingcube/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kjumpingcube/CMakeLists.txt
new file mode 100644
index 00000000000..7617537b847
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kjumpingcube/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kjumpingcube
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/klickety/CMakeLists.txt b/tde-i18n-it/docs/tdegames/klickety/CMakeLists.txt
new file mode 100644
index 00000000000..e1d71dd0929
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/klickety/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION klickety
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/klines/CMakeLists.txt b/tde-i18n-it/docs/tdegames/klines/CMakeLists.txt
new file mode 100644
index 00000000000..91c14539b51
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/klines/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION klines
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kmahjongg/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kmahjongg/CMakeLists.txt
new file mode 100644
index 00000000000..a4a294f35f2
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kmahjongg/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kmahjongg
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kmines/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kmines/CMakeLists.txt
new file mode 100644
index 00000000000..ae07999c8a7
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kmines/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kmines
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kolf/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kolf/CMakeLists.txt
new file mode 100644
index 00000000000..0e3ef4fbf10
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kolf/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kolf
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/konquest/CMakeLists.txt b/tde-i18n-it/docs/tdegames/konquest/CMakeLists.txt
new file mode 100644
index 00000000000..b7b94f1720d
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/konquest/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION konquest
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kpat/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kpat/CMakeLists.txt
new file mode 100644
index 00000000000..d98c6ee9aaf
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kpat/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kpat
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kpoker/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kpoker/CMakeLists.txt
new file mode 100644
index 00000000000..f1227be5b6e
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kpoker/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kpoker
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kreversi/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kreversi/CMakeLists.txt
new file mode 100644
index 00000000000..b14e9c83edb
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kreversi/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kreversi
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/ksame/CMakeLists.txt b/tde-i18n-it/docs/tdegames/ksame/CMakeLists.txt
new file mode 100644
index 00000000000..c05ea661261
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/ksame/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION ksame
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kshisen/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kshisen/CMakeLists.txt
new file mode 100644
index 00000000000..a9cb8f7ad65
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kshisen/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kshisen
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/ksirtet/CMakeLists.txt b/tde-i18n-it/docs/tdegames/ksirtet/CMakeLists.txt
new file mode 100644
index 00000000000..50fc36c4cf1
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/ksirtet/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION ksirtet
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/ksmiletris/CMakeLists.txt b/tde-i18n-it/docs/tdegames/ksmiletris/CMakeLists.txt
new file mode 100644
index 00000000000..a25ea48eee7
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/ksmiletris/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION ksmiletris
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/ksnake/CMakeLists.txt b/tde-i18n-it/docs/tdegames/ksnake/CMakeLists.txt
new file mode 100644
index 00000000000..9409aaf2337
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/ksnake/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION ksnake
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/ksokoban/CMakeLists.txt b/tde-i18n-it/docs/tdegames/ksokoban/CMakeLists.txt
new file mode 100644
index 00000000000..be398174b9e
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/ksokoban/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION ksokoban
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/kspaceduel/CMakeLists.txt b/tde-i18n-it/docs/tdegames/kspaceduel/CMakeLists.txt
new file mode 100644
index 00000000000..722391a72f4
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/kspaceduel/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kspaceduel
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/ktron/CMakeLists.txt b/tde-i18n-it/docs/tdegames/ktron/CMakeLists.txt
new file mode 100644
index 00000000000..7f6af9c7b1d
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/ktron/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION ktron
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/ktuberling/CMakeLists.txt b/tde-i18n-it/docs/tdegames/ktuberling/CMakeLists.txt
new file mode 100644
index 00000000000..b21300b64f8
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/ktuberling/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION ktuberling
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/lskat/CMakeLists.txt b/tde-i18n-it/docs/tdegames/lskat/CMakeLists.txt
new file mode 100644
index 00000000000..ecd92f0d096
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/lskat/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION lskat
+ LANG it
+)
diff --git a/tde-i18n-it/docs/tdegames/twin4/CMakeLists.txt b/tde-i18n-it/docs/tdegames/twin4/CMakeLists.txt
new file mode 100644
index 00000000000..5f8df0bcfbf
--- /dev/null
+++ b/tde-i18n-it/docs/tdegames/twin4/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION twin4
+ LANG it
+)