diff options
Diffstat (limited to 'uk')
-rw-r--r-- | uk/CMakeLists.txt | 2 | ||||
-rw-r--r-- | uk/doc/CMakeLists.txt | 6 | ||||
-rw-r--r-- | uk/messages/CMakeLists.txt | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/uk/CMakeLists.txt b/uk/CMakeLists.txt new file mode 100644 index 0000000..a435eb9 --- /dev/null +++ b/uk/CMakeLists.txt @@ -0,0 +1,2 @@ +tde_conditional_add_subdirectory( BUILD_MESSAGES messages ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) diff --git a/uk/doc/CMakeLists.txt b/uk/doc/CMakeLists.txt new file mode 100644 index 0000000..1d207f5 --- /dev/null +++ b/uk/doc/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION k3b + LANG uk +) diff --git a/uk/messages/CMakeLists.txt b/uk/messages/CMakeLists.txt new file mode 100644 index 0000000..90a013a --- /dev/null +++ b/uk/messages/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_translation( LANG uk ) |