summaryrefslogtreecommitdiffstats
path: root/tde-i18n-ro/docs
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-ro/docs')
-rw-r--r--tde-i18n-ro/docs/CMakeLists.txt3
-rw-r--r--tde-i18n-ro/docs/common/CMakeLists.txt34
-rw-r--r--tde-i18n-ro/docs/tdebase/CMakeLists.txt3
-rw-r--r--tde-i18n-ro/docs/tdebase/glossary/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/khelpcenter/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/CMakeLists.txt10
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/devices/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/dma/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/ioports/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/memory/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/nics/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/opengl/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/partitions/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/pci/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/processor/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/protocols/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/samba/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/scsi/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/sound/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/usb/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/kinfocenter/xserver/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/tdeioslave/CMakeLists.txt6
-rw-r--r--tde-i18n-ro/docs/tdebase/visualdict/CMakeLists.txt6
25 files changed, 176 insertions, 0 deletions
diff --git a/tde-i18n-ro/docs/CMakeLists.txt b/tde-i18n-ro/docs/CMakeLists.txt
new file mode 100644
index 00000000000..9532d869435
--- /dev/null
+++ b/tde-i18n-ro/docs/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-ro/docs/common/CMakeLists.txt b/tde-i18n-ro/docs/common/CMakeLists.txt
new file mode 100644
index 00000000000..e89e2506439
--- /dev/null
+++ b/tde-i18n-ro/docs/common/CMakeLists.txt
@@ -0,0 +1,34 @@
+#################################################
+#
+# (C) 2013 Alexander Golubev (Fat-Zer)
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+set( common_docs_INSTALL
+ fdl-translated.html
+ gpl-translated.html
+ lgpl-translated.html
+ logotp3.png
+ tde-localised.css
+)
+
+file( GLOB common_docs_LINK
+ RELATIVE ${TDE_HTML_DIR}/en/common/
+ ${TDE_HTML_DIR}/en/common/*)
+
+foreach( _file IN LISTS common_docs_INSTALL)
+ list( REMOVE_ITEM common_docs_LINK _file )
+ install( FILES ${_file}
+ DESTINATION ${HTML_INSTALL_DIR}/ro/common )
+endforeach( )
+
+foreach( _file IN LISTS common_docs_LINK)
+ tde_install_symlink(
+ ${TDE_HTML_DIR}/en/common/${_file}
+ ${HTML_INSTALL_DIR}/ro/common/${_file} )
+endforeach( )
diff --git a/tde-i18n-ro/docs/tdebase/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/CMakeLists.txt
new file mode 100644
index 00000000000..9532d869435
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/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-ro/docs/tdebase/glossary/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/glossary/CMakeLists.txt
new file mode 100644
index 00000000000..cb5968a0406
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/glossary/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION khelpcenter/glossary
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/khelpcenter/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/khelpcenter/CMakeLists.txt
new file mode 100644
index 00000000000..4195ddf1d2f
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/khelpcenter/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION khelpcenter
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/CMakeLists.txt
new file mode 100644
index 00000000000..d9c69eaa908
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/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 kinfocenter
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/devices/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/devices/CMakeLists.txt
new file mode 100644
index 00000000000..4efbd88cc4f
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/devices/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/devices
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/dma/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/dma/CMakeLists.txt
new file mode 100644
index 00000000000..9dc6b99be13
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/dma/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/dma
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt
new file mode 100644
index 00000000000..57ef25cdd9f
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/interrupts
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/ioports/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/ioports/CMakeLists.txt
new file mode 100644
index 00000000000..a4dfc210a54
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/ioports/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/ioports
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/memory/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/memory/CMakeLists.txt
new file mode 100644
index 00000000000..23f3aa23827
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/memory/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/memory
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/nics/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/nics/CMakeLists.txt
new file mode 100644
index 00000000000..d230f3044f3
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/nics/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/nics
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/opengl/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/opengl/CMakeLists.txt
new file mode 100644
index 00000000000..df66e4e90f5
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/opengl/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/opengl
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/partitions/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/partitions/CMakeLists.txt
new file mode 100644
index 00000000000..0dd7558fb4c
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/partitions/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/partitions
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/pci/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/pci/CMakeLists.txt
new file mode 100644
index 00000000000..624677fd458
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/pci/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/pci
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt
new file mode 100644
index 00000000000..30b0af150bb
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/pcmcia
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/processor/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/processor/CMakeLists.txt
new file mode 100644
index 00000000000..5741309afbe
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/processor/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/processor
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/protocols/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/protocols/CMakeLists.txt
new file mode 100644
index 00000000000..d1de01d6444
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/protocols/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/protocols
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/samba/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/samba/CMakeLists.txt
new file mode 100644
index 00000000000..8e5c7b6c56e
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/samba/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/samba
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/scsi/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/scsi/CMakeLists.txt
new file mode 100644
index 00000000000..d67f4fd5fe9
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/scsi/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/scsi
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/sound/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/sound/CMakeLists.txt
new file mode 100644
index 00000000000..60dd07f3c06
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/sound/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/sound
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/usb/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/usb/CMakeLists.txt
new file mode 100644
index 00000000000..d545e2e1bf9
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/usb/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/usb
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/kinfocenter/xserver/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/kinfocenter/xserver/CMakeLists.txt
new file mode 100644
index 00000000000..386c54ac6f6
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/kinfocenter/xserver/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION kinfocenter/xserver
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/tdeioslave/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/tdeioslave/CMakeLists.txt
new file mode 100644
index 00000000000..390151fecfe
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/tdeioslave/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION tdeioslave
+ LANG ro
+)
diff --git a/tde-i18n-ro/docs/tdebase/visualdict/CMakeLists.txt b/tde-i18n-ro/docs/tdebase/visualdict/CMakeLists.txt
new file mode 100644
index 00000000000..d2bbf723b9d
--- /dev/null
+++ b/tde-i18n-ro/docs/tdebase/visualdict/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION khelpcenter/visualdict
+ LANG ro
+)