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-pl/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-pl/docs/tdebase/kcontrol')
46 files changed, 275 insertions, 0 deletions
diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/CMakeLists.txt new file mode 100644 index 00000000000..0c7dd60a9d3 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/arts/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/arts/CMakeLists.txt new file mode 100644 index 00000000000..da634fabfa8 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/background/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/background/CMakeLists.txt new file mode 100644 index 00000000000..d17798d9227 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/bell/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/bell/CMakeLists.txt new file mode 100644 index 00000000000..f235eec8a96 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/cache/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/cache/CMakeLists.txt new file mode 100644 index 00000000000..612d7750744 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/clock/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/clock/CMakeLists.txt new file mode 100644 index 00000000000..0f6714b2048 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/colors/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/colors/CMakeLists.txt new file mode 100644 index 00000000000..5c4aedddb7a --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/cookies/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/cookies/CMakeLists.txt new file mode 100644 index 00000000000..5c21009d43b --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/crypto/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/crypto/CMakeLists.txt new file mode 100644 index 00000000000..1749967c9a5 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/desktop/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/desktop/CMakeLists.txt new file mode 100644 index 00000000000..8e600848653 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/desktopbehavior/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/desktopbehavior/CMakeLists.txt new file mode 100644 index 00000000000..cc7f3392072 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/ebrowsing/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/ebrowsing/CMakeLists.txt new file mode 100644 index 00000000000..a4fbedda932 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/email/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/email/CMakeLists.txt new file mode 100644 index 00000000000..e9559b69082 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/energy/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/energy/CMakeLists.txt new file mode 100644 index 00000000000..649056f7905 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/filemanager/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/filemanager/CMakeLists.txt new file mode 100644 index 00000000000..ab5c0c15d21 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/filetypes/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/filetypes/CMakeLists.txt new file mode 100644 index 00000000000..d64cf91ba6b --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/fonts/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/fonts/CMakeLists.txt new file mode 100644 index 00000000000..7228aba151e --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/helpindex/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/helpindex/CMakeLists.txt new file mode 100644 index 00000000000..536b348b6bd --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/icons/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/icons/CMakeLists.txt new file mode 100644 index 00000000000..dc9c17022a5 --- /dev/null +++ b/tde-i18n-pl/docs/tdebase/kcontrol/icons/CMakeLists.txt @@ -0,0 +1 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/kcmaccess/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/kcmaccess/CMakeLists.txt new file mode 100644 index 00000000000..bad89e4a21c --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/kcmcss/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/kcmcss/CMakeLists.txt new file mode 100644 index 00000000000..21343be193c --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/kcmfontinst/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/kcmfontinst/CMakeLists.txt new file mode 100644 index 00000000000..fdf8eff2622 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/kcmkonsole/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/kcmkonsole/CMakeLists.txt new file mode 100644 index 00000000000..8bc46423121 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/kcmlaunch/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/kcmlaunch/CMakeLists.txt new file mode 100644 index 00000000000..6e008669b7e --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/kcmnotify/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/kcmnotify/CMakeLists.txt new file mode 100644 index 00000000000..bfa277bb708 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/kcmsmserver/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/kcmsmserver/CMakeLists.txt new file mode 100644 index 00000000000..e91d8ae1510 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/kcmstyle/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/kcmstyle/CMakeLists.txt new file mode 100644 index 00000000000..f47d0c7a2d8 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/kcmtaskbar/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/kcmtaskbar/CMakeLists.txt new file mode 100644 index 00000000000..f7530e78972 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/keyboard/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/keyboard/CMakeLists.txt new file mode 100644 index 00000000000..e2e4b220a72 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/keys/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/keys/CMakeLists.txt new file mode 100644 index 00000000000..0bfb03128f0 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/language/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/language/CMakeLists.txt new file mode 100644 index 00000000000..2b24e7c85bc --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/mouse/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/mouse/CMakeLists.txt new file mode 100644 index 00000000000..f584c781717 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/netpref/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/netpref/CMakeLists.txt new file mode 100644 index 00000000000..5c21cd00e9d --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/panel/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/panel/CMakeLists.txt new file mode 100644 index 00000000000..3ce8db90b5e --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/panelappearance/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/panelappearance/CMakeLists.txt new file mode 100644 index 00000000000..b104318a742 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/passwords/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/passwords/CMakeLists.txt new file mode 100644 index 00000000000..0e5290978ff --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/performance/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/performance/CMakeLists.txt new file mode 100644 index 00000000000..27b00681317 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/proxy/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/proxy/CMakeLists.txt new file mode 100644 index 00000000000..0857630232c --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/screensaver/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/screensaver/CMakeLists.txt new file mode 100644 index 00000000000..0de88ed2bbb --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/smb/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/smb/CMakeLists.txt new file mode 100644 index 00000000000..d52de077f4f --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/spellchecking/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/spellchecking/CMakeLists.txt new file mode 100644 index 00000000000..41d9bb89bc8 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/tdehtml/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/tdehtml/CMakeLists.txt new file mode 100644 index 00000000000..61d95d34125 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/tdm/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/tdm/CMakeLists.txt new file mode 100644 index 00000000000..9ff1baa4331 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/twindecoration/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/twindecoration/CMakeLists.txt new file mode 100644 index 00000000000..de8f6523ab7 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/useragent/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/useragent/CMakeLists.txt new file mode 100644 index 00000000000..cabaad47756 --- /dev/null +++ b/tde-i18n-pl/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 pl +) diff --git a/tde-i18n-pl/docs/tdebase/kcontrol/windowmanagement/CMakeLists.txt b/tde-i18n-pl/docs/tdebase/kcontrol/windowmanagement/CMakeLists.txt new file mode 100644 index 00000000000..d054b4a9103 --- /dev/null +++ b/tde-i18n-pl/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 pl +) |