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-nl/docs/tdebase/kinfocenter/CMakeLists.txt | 10 ++++++++++ tde-i18n-nl/docs/tdebase/kinfocenter/cdinfo/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/devices/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/dma/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/ioports/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/memory/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/nics/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/opengl/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/partitions/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/pci/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/processor/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/protocols/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/samba/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/scsi/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/sound/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/usb/CMakeLists.txt | 6 ++++++ tde-i18n-nl/docs/tdebase/kinfocenter/xserver/CMakeLists.txt | 6 ++++++ 19 files changed, 118 insertions(+) create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/cdinfo/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/devices/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/dma/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/ioports/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/memory/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/nics/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/opengl/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/partitions/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/pci/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/processor/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/protocols/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/samba/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/scsi/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/sound/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/usb/CMakeLists.txt create mode 100644 tde-i18n-nl/docs/tdebase/kinfocenter/xserver/CMakeLists.txt (limited to 'tde-i18n-nl/docs/tdebase/kinfocenter') diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/CMakeLists.txt new file mode 100644 index 00000000000..d0066b8b90b --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/cdinfo/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/cdinfo/CMakeLists.txt new file mode 100644 index 00000000000..c0cb2d6be21 --- /dev/null +++ b/tde-i18n-nl/docs/tdebase/kinfocenter/cdinfo/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kinfocenter/cdinfo + LANG nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/devices/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/devices/CMakeLists.txt new file mode 100644 index 00000000000..c5fda47f94f --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/dma/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/dma/CMakeLists.txt new file mode 100644 index 00000000000..5a70371aa47 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/interrupts/CMakeLists.txt new file mode 100644 index 00000000000..6a6a134b656 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/ioports/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/ioports/CMakeLists.txt new file mode 100644 index 00000000000..e4c3ed72da2 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/memory/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/memory/CMakeLists.txt new file mode 100644 index 00000000000..cfd67a20b3d --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/nics/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/nics/CMakeLists.txt new file mode 100644 index 00000000000..f6d30e75719 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/opengl/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/opengl/CMakeLists.txt new file mode 100644 index 00000000000..2cbb9051205 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/partitions/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/partitions/CMakeLists.txt new file mode 100644 index 00000000000..ee1e0f43379 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/pci/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/pci/CMakeLists.txt new file mode 100644 index 00000000000..fe54adbddc3 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/pcmcia/CMakeLists.txt new file mode 100644 index 00000000000..11589d93cfa --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/processor/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/processor/CMakeLists.txt new file mode 100644 index 00000000000..575dad524cf --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/protocols/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/protocols/CMakeLists.txt new file mode 100644 index 00000000000..cd2907afc56 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/samba/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/samba/CMakeLists.txt new file mode 100644 index 00000000000..1c686b49194 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/scsi/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/scsi/CMakeLists.txt new file mode 100644 index 00000000000..0d7d4e4b3c6 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/sound/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/sound/CMakeLists.txt new file mode 100644 index 00000000000..8c3e2b8262c --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/usb/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/usb/CMakeLists.txt new file mode 100644 index 00000000000..47c24b887a9 --- /dev/null +++ b/tde-i18n-nl/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 nl +) diff --git a/tde-i18n-nl/docs/tdebase/kinfocenter/xserver/CMakeLists.txt b/tde-i18n-nl/docs/tdebase/kinfocenter/xserver/CMakeLists.txt new file mode 100644 index 00000000000..161a326fca8 --- /dev/null +++ b/tde-i18n-nl/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 nl +) -- cgit v1.2.1