From 736bdb7edd41bf8caac7dea748f1e801192f7583 Mon Sep 17 00:00:00 2001 From: Ray-V Date: Thu, 17 Jun 2021 20:29:29 +0100 Subject: Removed CMakeLists.txt from doc and translations trees Deleted and added macro calls to toplevel CMakeLists.txt Moved doc/tdeioslave/en/pcf to doc/en/tdeioslave/pcf Signed-off-by: Ray-V (cherry picked from commit df31e02c1f27eada610c8027ea7c9c7fcd9c3111) --- doc/tdeioslave/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 doc/tdeioslave/CMakeLists.txt (limited to 'doc/tdeioslave/CMakeLists.txt') diff --git a/doc/tdeioslave/CMakeLists.txt b/doc/tdeioslave/CMakeLists.txt deleted file mode 100644 index 70d6348..0000000 --- a/doc/tdeioslave/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -file( GLOB _dirs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * ) -string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" ) - -foreach( _dir ${_dirs} ) - if( IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${_dir} AND - EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${_dir}/CMakeLists.txt ) - if( "${_dir}" STREQUAL "en" OR - "${_dir}" STREQUAL "man" OR - "${_linguas}" MATCHES "^;*$" OR - ";${_linguas};" MATCHES ";${_dir};" ) - add_subdirectory( ${_dir} ) - endif( ) - endif() -endforeach() -- cgit v1.2.1