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/kinfocenter/CMakeLists.txt | 3 +++ tde-i18n-hu/docs/tdebase/kinfocenter/devices/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/dma/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/ioports/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/memory/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/nics/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/partitions/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/pci/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/processor/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/protocols/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/scsi/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/sound/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/usb/CMakeLists.txt | 6 ++++++ tde-i18n-hu/docs/tdebase/kinfocenter/xserver/CMakeLists.txt | 6 ++++++ 16 files changed, 93 insertions(+) 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 (limited to 'tde-i18n-hu/docs/tdebase/kinfocenter') 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 +) -- cgit v1.2.1