From 53d1da8b55ce7ab68d5e0033bf3efe8dae6997ee Mon Sep 17 00:00:00 2001 From: Ray-V Date: Sat, 19 Jun 2021 23:27:53 +0100 Subject: Removed CMakeLists.txt for doc and translations Moved doc/en/index.docbook to doc/en/kcontrol/ Deleted and added macro calls in top level CMakeLists.txt Signed-off-by: Ray-V (cherry picked from commit 3813914451b56d52a7e1e2d3ea76e6fefcdf438b) --- translations/messages/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 translations/messages/CMakeLists.txt (limited to 'translations/messages') diff --git a/translations/messages/CMakeLists.txt b/translations/messages/CMakeLists.txt deleted file mode 100644 index 75c89f8..0000000 --- a/translations/messages/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) -string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" ) - -foreach( _po ${po_files} ) - get_filename_component( _lang ${_po} NAME_WE ) - if( "${_linguas}" MATCHES "^;*$" OR ";${_linguas};" MATCHES ";${_lang};" ) - if( "${_po}" MATCHES "^([^/]*)/.*" ) - string( REGEX REPLACE "^([^/]*)/.*" "\\1" _component "${_po}" ) - else( ) - set( _component "${PROJECT_NAME}" ) - endif( ) - tde_create_translation( FILES ${_po} LANG ${_lang} OUTPUT_NAME ${_component} ) - endif( ) -endforeach( ) -- cgit v1.2.1