diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2013-12-31 01:02:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-12-31 01:02:29 +0100 |
commit | 2da3d7904a207ce635caddc4fc95b2f1d19039b3 (patch) | |
tree | 290662b7f4181b17388253448372d6355527cbcd /tde-i18n-ca/docs/tdebase/kcontrol | |
parent | 967ad8d9b773eb857d78c6bbc6845a3b4b3c2fe9 (diff) | |
download | tde-i18n-2da3d7904a207ce635caddc4fc95b2f1d19039b3.tar.gz tde-i18n-2da3d7904a207ce635caddc4fc95b2f1d19039b3.zip |
Initial cmake conversion
This resolves Bug 1329
Diffstat (limited to 'tde-i18n-ca/docs/tdebase/kcontrol')
46 files changed, 280 insertions, 0 deletions
diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/CMakeLists.txt new file mode 100644 index 00000000000..cc2dc51762c --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/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 kcontrol + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/arts/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/arts/CMakeLists.txt new file mode 100644 index 00000000000..692ee85e11d --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/arts/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/arts + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/background/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/background/CMakeLists.txt new file mode 100644 index 00000000000..9c469a97f6b --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/background/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/background + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/bell/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/bell/CMakeLists.txt new file mode 100644 index 00000000000..c5287da3433 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/bell/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/bell + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/cache/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/cache/CMakeLists.txt new file mode 100644 index 00000000000..6adc1a7736b --- /dev/null +++ b/tde-i18n-ca/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 ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/clock/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/clock/CMakeLists.txt new file mode 100644 index 00000000000..5670122322b --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/clock/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/clock + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/colors/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/colors/CMakeLists.txt new file mode 100644 index 00000000000..08fe9cccb76 --- /dev/null +++ b/tde-i18n-ca/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 ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/cookies/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/cookies/CMakeLists.txt new file mode 100644 index 00000000000..f6beb19c167 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/cookies/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/cookies + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/crypto/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/crypto/CMakeLists.txt new file mode 100644 index 00000000000..d1c2c0d0223 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/crypto/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/crypto + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/desktop/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/desktop/CMakeLists.txt new file mode 100644 index 00000000000..67711f6bca7 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/desktop/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/desktop + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/desktopbehavior/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/desktopbehavior/CMakeLists.txt new file mode 100644 index 00000000000..9a2d64f30eb --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/desktopbehavior/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/desktopbehavior + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/ebrowsing/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/ebrowsing/CMakeLists.txt new file mode 100644 index 00000000000..d5002e88c02 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/ebrowsing/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/ebrowsing + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/email/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/email/CMakeLists.txt new file mode 100644 index 00000000000..1ed245f76fb --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/email/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/email + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/energy/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/energy/CMakeLists.txt new file mode 100644 index 00000000000..55deee48439 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/energy/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/energy + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/filemanager/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/filemanager/CMakeLists.txt new file mode 100644 index 00000000000..af5fa918f4a --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/filemanager/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/filemanager + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/filetypes/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/filetypes/CMakeLists.txt new file mode 100644 index 00000000000..9fec52938ba --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/filetypes/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/filetypes + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/fonts/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/fonts/CMakeLists.txt new file mode 100644 index 00000000000..ae21988578a --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/fonts/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/fonts + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/helpindex/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/helpindex/CMakeLists.txt new file mode 100644 index 00000000000..51b4380f147 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/helpindex/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/helpindex + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/icons/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/icons/CMakeLists.txt new file mode 100644 index 00000000000..5138d37e58d --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/icons/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/icons + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/kcmaccess/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/kcmaccess/CMakeLists.txt new file mode 100644 index 00000000000..758fe76150c --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/kcmaccess/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/kcmaccess + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/kcmcss/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/kcmcss/CMakeLists.txt new file mode 100644 index 00000000000..51f7ea98914 --- /dev/null +++ b/tde-i18n-ca/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 ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/kcmfontinst/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/kcmfontinst/CMakeLists.txt new file mode 100644 index 00000000000..f8383669897 --- /dev/null +++ b/tde-i18n-ca/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 ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/kcmkonsole/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/kcmkonsole/CMakeLists.txt new file mode 100644 index 00000000000..88a84b95f85 --- /dev/null +++ b/tde-i18n-ca/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 ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/kcmlaunch/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/kcmlaunch/CMakeLists.txt new file mode 100644 index 00000000000..25afcac4df7 --- /dev/null +++ b/tde-i18n-ca/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 ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/kcmnotify/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/kcmnotify/CMakeLists.txt new file mode 100644 index 00000000000..ef7763d02b2 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/kcmnotify/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/kcmnotify + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/kcmsmserver/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/kcmsmserver/CMakeLists.txt new file mode 100644 index 00000000000..4bb6318ce46 --- /dev/null +++ b/tde-i18n-ca/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 ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/kcmstyle/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/kcmstyle/CMakeLists.txt new file mode 100644 index 00000000000..23cb019507b --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/kcmstyle/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/kcmstyle + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/kcmtaskbar/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/kcmtaskbar/CMakeLists.txt new file mode 100644 index 00000000000..d1bb81ab850 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/kcmtaskbar/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/kcmtaskbar + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/keyboard/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/keyboard/CMakeLists.txt new file mode 100644 index 00000000000..6ad07d66796 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/keyboard/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/keyboard + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/keys/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/keys/CMakeLists.txt new file mode 100644 index 00000000000..40dea9f284b --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/keys/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/keys + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/language/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/language/CMakeLists.txt new file mode 100644 index 00000000000..45e75ccf125 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/language/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/language + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/mouse/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/mouse/CMakeLists.txt new file mode 100644 index 00000000000..baa729a3d7f --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/mouse/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/mouse + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/netpref/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/netpref/CMakeLists.txt new file mode 100644 index 00000000000..8e6cd1ae9ed --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/netpref/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/netpref + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/panel/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/panel/CMakeLists.txt new file mode 100644 index 00000000000..d679e7cfe0f --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/panel/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/panel + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/panelappearance/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/panelappearance/CMakeLists.txt new file mode 100644 index 00000000000..cfa58e66c1a --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/panelappearance/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/panelappearance + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/passwords/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/passwords/CMakeLists.txt new file mode 100644 index 00000000000..71640a133eb --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/passwords/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/passwords + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/performance/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/performance/CMakeLists.txt new file mode 100644 index 00000000000..4e018b732e4 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/performance/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/performance + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/proxy/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/proxy/CMakeLists.txt new file mode 100644 index 00000000000..6db43f5ddd5 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/proxy/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/proxy + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/screensaver/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/screensaver/CMakeLists.txt new file mode 100644 index 00000000000..5f32f0fc882 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/screensaver/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/screensaver + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/smb/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/smb/CMakeLists.txt new file mode 100644 index 00000000000..3eb523d455e --- /dev/null +++ b/tde-i18n-ca/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 ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/spellchecking/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/spellchecking/CMakeLists.txt new file mode 100644 index 00000000000..9f6fa91484f --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/spellchecking/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/spellchecking + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/tdehtml/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/tdehtml/CMakeLists.txt new file mode 100644 index 00000000000..bb4dc8ff4c9 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/tdehtml/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/tdehtml + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/tdm/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/tdm/CMakeLists.txt new file mode 100644 index 00000000000..2a5dc0eeb36 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/tdm/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/tdm + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/twindecoration/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/twindecoration/CMakeLists.txt new file mode 100644 index 00000000000..153cf9715f4 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/twindecoration/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/twindecoration + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/useragent/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/useragent/CMakeLists.txt new file mode 100644 index 00000000000..3a7197622cf --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/useragent/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/useragent + LANG ca +) diff --git a/tde-i18n-ca/docs/tdebase/kcontrol/windowmanagement/CMakeLists.txt b/tde-i18n-ca/docs/tdebase/kcontrol/windowmanagement/CMakeLists.txt new file mode 100644 index 00000000000..4c76fcf0437 --- /dev/null +++ b/tde-i18n-ca/docs/tdebase/kcontrol/windowmanagement/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kcontrol/windowmanagement + LANG ca +) |