diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-25 19:59:04 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-25 19:59:04 +0100 |
commit | 4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba (patch) | |
tree | 5cae13fb3b8c80153c152464efe352a4c6762eba /kmilo | |
parent | 44d731b5ac31423121985a509cf8880048a2f110 (diff) | |
download | tdeutils-4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba.tar.gz tdeutils-4fe6ee9e7fc05c70f96afbc4d1f1d5030877d2ba.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kmilo')
-rw-r--r-- | kmilo/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kmilo/asus/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kmilo/delli8k/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kmilo/generic/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kmilo/kmilo_kvaio/CMakeL10n.txt | 8 | ||||
-rw-r--r-- | kmilo/kmilo_kvaio/kcmkvaio/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kmilo/kmilod/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kmilo/powerbook2/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kmilo/thinkpad/CMakeL10n.txt | 8 | ||||
-rw-r--r-- | kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt | 3 |
10 files changed, 40 insertions, 0 deletions
diff --git a/kmilo/CMakeL10n.txt b/kmilo/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/kmilo/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/kmilo/asus/CMakeL10n.txt b/kmilo/asus/CMakeL10n.txt new file mode 100644 index 0000000..1fb34ad --- /dev/null +++ b/kmilo/asus/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kmilo_asus" ) diff --git a/kmilo/delli8k/CMakeL10n.txt b/kmilo/delli8k/CMakeL10n.txt new file mode 100644 index 0000000..f624e9a --- /dev/null +++ b/kmilo/delli8k/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kmilo_delli8k" ) diff --git a/kmilo/generic/CMakeL10n.txt b/kmilo/generic/CMakeL10n.txt new file mode 100644 index 0000000..52e389a --- /dev/null +++ b/kmilo/generic/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kmilo_generic" ) diff --git a/kmilo/kmilo_kvaio/CMakeL10n.txt b/kmilo/kmilo_kvaio/CMakeL10n.txt new file mode 100644 index 0000000..1d822c1 --- /dev/null +++ b/kmilo/kmilo_kvaio/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kmilo_kvaio" + EXCLUDES "/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/kmilo/kmilo_kvaio/kcmkvaio/CMakeL10n.txt b/kmilo/kmilo_kvaio/kcmkvaio/CMakeL10n.txt new file mode 100644 index 0000000..94d61e9 --- /dev/null +++ b/kmilo/kmilo_kvaio/kcmkvaio/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmkvaio" ) diff --git a/kmilo/kmilod/CMakeL10n.txt b/kmilo/kmilod/CMakeL10n.txt new file mode 100644 index 0000000..58c4c74 --- /dev/null +++ b/kmilo/kmilod/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kmilod" ) diff --git a/kmilo/powerbook2/CMakeL10n.txt b/kmilo/powerbook2/CMakeL10n.txt new file mode 100644 index 0000000..9777666 --- /dev/null +++ b/kmilo/powerbook2/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kmilo_powerbook" ) diff --git a/kmilo/thinkpad/CMakeL10n.txt b/kmilo/thinkpad/CMakeL10n.txt new file mode 100644 index 0000000..cd16475 --- /dev/null +++ b/kmilo/thinkpad/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kmilo_thinkpad" + EXCLUDES "/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt b/kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt new file mode 100644 index 0000000..0e4ae4b --- /dev/null +++ b/kmilo/thinkpad/kcmthinkpad/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmthinkpad" ) |