diff options
Diffstat (limited to 'tde-i18n-pt/docs/tdetoys')
-rw-r--r-- | tde-i18n-pt/docs/tdetoys/CMakeLists.txt | 3 | ||||
-rw-r--r-- | tde-i18n-pt/docs/tdetoys/amor/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-pt/docs/tdetoys/kmoon/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-pt/docs/tdetoys/kodo/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-pt/docs/tdetoys/kteatime/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-pt/docs/tdetoys/kweather/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-pt/docs/tdetoys/kworldclock/CMakeLists.txt | 6 |
7 files changed, 39 insertions, 0 deletions
diff --git a/tde-i18n-pt/docs/tdetoys/CMakeLists.txt b/tde-i18n-pt/docs/tdetoys/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-pt/docs/tdetoys/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-pt/docs/tdetoys/amor/CMakeLists.txt b/tde-i18n-pt/docs/tdetoys/amor/CMakeLists.txt new file mode 100644 index 00000000000..2a61459c821 --- /dev/null +++ b/tde-i18n-pt/docs/tdetoys/amor/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION amor + LANG pt +) diff --git a/tde-i18n-pt/docs/tdetoys/kmoon/CMakeLists.txt b/tde-i18n-pt/docs/tdetoys/kmoon/CMakeLists.txt new file mode 100644 index 00000000000..f01f46f29cf --- /dev/null +++ b/tde-i18n-pt/docs/tdetoys/kmoon/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kmoon + LANG pt +) diff --git a/tde-i18n-pt/docs/tdetoys/kodo/CMakeLists.txt b/tde-i18n-pt/docs/tdetoys/kodo/CMakeLists.txt new file mode 100644 index 00000000000..a04b150da81 --- /dev/null +++ b/tde-i18n-pt/docs/tdetoys/kodo/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kodo + LANG pt +) diff --git a/tde-i18n-pt/docs/tdetoys/kteatime/CMakeLists.txt b/tde-i18n-pt/docs/tdetoys/kteatime/CMakeLists.txt new file mode 100644 index 00000000000..d4d4ad7badf --- /dev/null +++ b/tde-i18n-pt/docs/tdetoys/kteatime/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kteatime + LANG pt +) diff --git a/tde-i18n-pt/docs/tdetoys/kweather/CMakeLists.txt b/tde-i18n-pt/docs/tdetoys/kweather/CMakeLists.txt new file mode 100644 index 00000000000..a637846c6f3 --- /dev/null +++ b/tde-i18n-pt/docs/tdetoys/kweather/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kweather + LANG pt +) diff --git a/tde-i18n-pt/docs/tdetoys/kworldclock/CMakeLists.txt b/tde-i18n-pt/docs/tdetoys/kworldclock/CMakeLists.txt new file mode 100644 index 00000000000..b6a45dd5d2a --- /dev/null +++ b/tde-i18n-pt/docs/tdetoys/kworldclock/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kworldclock + LANG pt +) |