summaryrefslogtreecommitdiffstats
path: root/doc/tdeioslave/CMakeLists.txt
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-06-17 20:29:29 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-06-18 02:39:22 +0200
commit736bdb7edd41bf8caac7dea748f1e801192f7583 (patch)
tree0c23afdab82884aa70ce07fba8011296f0cfa1cf /doc/tdeioslave/CMakeLists.txt
parentca8acd088527f17a02dc747d04e203cd1342db4d (diff)
downloadkvpnc-736bdb7edd41bf8caac7dea748f1e801192f7583.tar.gz
kvpnc-736bdb7edd41bf8caac7dea748f1e801192f7583.zip
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 <ray-v@inbox.lv> (cherry picked from commit df31e02c1f27eada610c8027ea7c9c7fcd9c3111)
Diffstat (limited to 'doc/tdeioslave/CMakeLists.txt')
-rw-r--r--doc/tdeioslave/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
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()