From 2da3d7904a207ce635caddc4fc95b2f1d19039b3 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 31 Dec 2013 01:02:29 +0100 Subject: Initial cmake conversion This resolves Bug 1329 --- tde-i18n-hu/docs/tdebase/CMakeLists.txt | 3 +++ tde-i18n-hu/docs/tdebase/kcontrol/CMakeLists.txt | 3 +++ tde-i18n-hu/docs/tdebase/kcontrol/cache/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kcontrol/colors/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kcontrol/kcmcss/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kcontrol/kcmfontinst/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kcontrol/kcmkonsole/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kcontrol/kcmlaunch/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kcontrol/kcmsmserver/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kcontrol/proxy/CMakeLists.txt | 7 +++++++ tde-i18n-hu/docs/tdebase/kcontrol/smb/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kfind/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/khelpcenter/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/CMakeLists.txt | 3 +++ .../docs/tdebase/kinfocenter/devices/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/dma/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kinfocenter/interrupts/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kinfocenter/ioports/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kinfocenter/memory/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/nics/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kinfocenter/partitions/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/pci/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kinfocenter/processor/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kinfocenter/protocols/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/scsi/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kinfocenter/sound/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/usb/CMakeLists.txt | 6 ++++++ .../docs/tdebase/kinfocenter/xserver/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/ksysguard/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/tdeioslave/CMakeLists.txt | 7 +++++++ tde-i18n-hu/docs/tdebase/tdesu/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/visualdict/CMakeLists.txt | 16 ++++++++++++++++ 33 files changed, 201 insertions(+) create mode 100644 tde-i18n-hu/docs/tdebase/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kcontrol/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kcontrol/cache/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kcontrol/colors/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kcontrol/kcmcss/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kcontrol/kcmfontinst/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kcontrol/kcmkonsole/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kcontrol/kcmlaunch/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kcontrol/kcmsmserver/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kcontrol/proxy/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kcontrol/smb/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kfind/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/khelpcenter/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/devices/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/dma/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/ioports/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/memory/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/nics/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/partitions/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/pci/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/processor/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/protocols/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/scsi/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/sound/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/usb/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/kinfocenter/xserver/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/ksysguard/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/tdeioslave/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/tdesu/CMakeLists.txt create mode 100644 tde-i18n-hu/docs/tdebase/visualdict/CMakeLists.txt (limited to 'tde-i18n-hu/docs/tdebase') diff --git a/tde-i18n-hu/docs/tdebase/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-hu/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-hu/docs/tdebase/kcontrol/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kcontrol/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kcontrol/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-hu/docs/tdebase/kcontrol/cache/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kcontrol/cache/CMakeLists.txt new file mode 100644 index 00000000000..904c54fc3ff --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kcontrol/cache/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/cache + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/kcontrol/colors/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kcontrol/colors/CMakeLists.txt new file mode 100644 index 00000000000..f3613ce440c --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kcontrol/colors/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/colors + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/kcontrol/kcmcss/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kcontrol/kcmcss/CMakeLists.txt new file mode 100644 index 00000000000..04b4f6bd874 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kcontrol/kcmcss/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/kcmcss + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/kcontrol/kcmfontinst/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kcontrol/kcmfontinst/CMakeLists.txt new file mode 100644 index 00000000000..a7bdb0983e7 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kcontrol/kcmfontinst/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/kcmfontinst + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/kcontrol/kcmkonsole/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kcontrol/kcmkonsole/CMakeLists.txt new file mode 100644 index 00000000000..6cf187dbad8 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kcontrol/kcmkonsole/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/kcmkonsole + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/kcontrol/kcmlaunch/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kcontrol/kcmlaunch/CMakeLists.txt new file mode 100644 index 00000000000..19f107ad06f --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kcontrol/kcmlaunch/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/kcmlaunch + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/kcontrol/kcmsmserver/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kcontrol/kcmsmserver/CMakeLists.txt new file mode 100644 index 00000000000..08f94bf7093 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kcontrol/kcmsmserver/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/kcmsmserver + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/kcontrol/proxy/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kcontrol/proxy/CMakeLists.txt new file mode 100644 index 00000000000..e42466d40d6 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kcontrol/proxy/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/proxy + NOINDEX + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/kcontrol/smb/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kcontrol/smb/CMakeLists.txt new file mode 100644 index 00000000000..06640abd973 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kcontrol/smb/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/smb + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/kfind/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kfind/CMakeLists.txt new file mode 100644 index 00000000000..4c8922a3101 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kfind/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kfind + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/khelpcenter/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/khelpcenter/CMakeLists.txt new file mode 100644 index 00000000000..6e07c31b04a --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/kinfocenter/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-hu/docs/tdebase/kinfocenter/devices/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/devices/CMakeLists.txt new file mode 100644 index 00000000000..02eb6dcbe67 --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/dma/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/dma/CMakeLists.txt new file mode 100644 index 00000000000..6b2d16978a0 --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt new file mode 100644 index 00000000000..9485cf820da --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/ioports/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/ioports/CMakeLists.txt new file mode 100644 index 00000000000..5cac6f9899f --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/memory/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/memory/CMakeLists.txt new file mode 100644 index 00000000000..7dbdb33e7e0 --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/nics/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/nics/CMakeLists.txt new file mode 100644 index 00000000000..51dc8378e4d --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/partitions/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/partitions/CMakeLists.txt new file mode 100644 index 00000000000..06b4378fd8c --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/pci/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/pci/CMakeLists.txt new file mode 100644 index 00000000000..24081d5c83f --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt new file mode 100644 index 00000000000..a8645fdb189 --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/processor/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/processor/CMakeLists.txt new file mode 100644 index 00000000000..5f7bdc3095a --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/protocols/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/protocols/CMakeLists.txt new file mode 100644 index 00000000000..91b9eb1b962 --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/scsi/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/scsi/CMakeLists.txt new file mode 100644 index 00000000000..4f59955bf70 --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/sound/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/sound/CMakeLists.txt new file mode 100644 index 00000000000..20cb17c5647 --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/usb/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/usb/CMakeLists.txt new file mode 100644 index 00000000000..ea0f0f3fdc9 --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/kinfocenter/xserver/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/kinfocenter/xserver/CMakeLists.txt new file mode 100644 index 00000000000..7da78137d25 --- /dev/null +++ b/tde-i18n-hu/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/ksysguard/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/ksysguard/CMakeLists.txt new file mode 100644 index 00000000000..16145e41d81 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/ksysguard/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION ksysguard + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/tdeioslave/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/tdeioslave/CMakeLists.txt new file mode 100644 index 00000000000..9b24411ac0c --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/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 hu +) diff --git a/tde-i18n-hu/docs/tdebase/tdesu/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/tdesu/CMakeLists.txt new file mode 100644 index 00000000000..6f456bae431 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/tdesu/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdesu + LANG hu +) diff --git a/tde-i18n-hu/docs/tdebase/visualdict/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/visualdict/CMakeLists.txt new file mode 100644 index 00000000000..72dfad70737 --- /dev/null +++ b/tde-i18n-hu/docs/tdebase/visualdict/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2013 Alexander Golubev (Fat-Zer) +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES pict1.png pict2.png pict3.png pict4.png pict5.png pict6.png + pict7.png pict8.png pict9.png pict10.png pict11.png pict12.png + pict13.png pict14.png pict15.png pict16.png pict17.png pict18.png + pict19.png pict20.png + DESTINATION ${HTML_INSTALL_DIR}/hu/khelpcenter/visualdict ) -- cgit v1.2.1