From df31e02c1f27eada610c8027ea7c9c7fcd9c3111 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 --- doc/tdeioslave/CMakeLists.txt | 14 ----------- doc/tdeioslave/en/CMakeLists.txt | 1 - doc/tdeioslave/en/pcf/CMakeLists.txt | 1 - doc/tdeioslave/en/pcf/index.docbook | 45 ------------------------------------ 4 files changed, 61 deletions(-) delete mode 100644 doc/tdeioslave/CMakeLists.txt delete mode 100644 doc/tdeioslave/en/CMakeLists.txt delete mode 100644 doc/tdeioslave/en/pcf/CMakeLists.txt delete mode 100644 doc/tdeioslave/en/pcf/index.docbook (limited to 'doc/tdeioslave') 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() diff --git a/doc/tdeioslave/en/CMakeLists.txt b/doc/tdeioslave/en/CMakeLists.txt deleted file mode 100644 index a87ea53..0000000 --- a/doc/tdeioslave/en/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory( pcf ) diff --git a/doc/tdeioslave/en/pcf/CMakeLists.txt b/doc/tdeioslave/en/pcf/CMakeLists.txt deleted file mode 100644 index d9da7d1..0000000 --- a/doc/tdeioslave/en/pcf/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION tdeioslave/pcf ) diff --git a/doc/tdeioslave/en/pcf/index.docbook b/doc/tdeioslave/en/pcf/index.docbook deleted file mode 100644 index 037df31..0000000 --- a/doc/tdeioslave/en/pcf/index.docbook +++ /dev/null @@ -1,45 +0,0 @@ - - - -]> - -
-pcf - - - - -&tde-authors; - - - -&tde-release-version; -Reviewed: &tde-release-date; - - -&tde-copyright-date; -&tde-team; - - - - -This handbook describes the pcf protocol. - - - - -TDE -pcf -protocol - - - - -The pcf protocol provides support for reading profile configuration files (pcf), -which store information about client connections in virtual private networks (VPN). The -ovpn protocol provides support for OpenVPN, a free/libre implemetation of virtual private -networks (VPN).VPNs are used to connect private networks using public network -infrastructures and encryption. - -
-- cgit v1.2.1