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/CMakeLists.txt | 18 --------------- doc/de/CMakeLists.txt | 1 - doc/en/CMakeLists.txt | 1 - doc/en/tdeioslave/pcf/index.docbook | 45 ++++++++++++++++++++++++++++++++++++ doc/fr/CMakeLists.txt | 1 - doc/man/CMakeLists.txt | 5 ---- doc/sv/CMakeLists.txt | 1 - 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 ------------------------------------ 11 files changed, 45 insertions(+), 88 deletions(-) delete mode 100644 doc/CMakeLists.txt delete mode 100644 doc/de/CMakeLists.txt delete mode 100644 doc/en/CMakeLists.txt create mode 100644 doc/en/tdeioslave/pcf/index.docbook delete mode 100644 doc/fr/CMakeLists.txt delete mode 100644 doc/man/CMakeLists.txt delete mode 100644 doc/sv/CMakeLists.txt 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') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index 19e0c1e..0000000 --- a/doc/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -file( GLOB _dirs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * ) -string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" ) - -list( REMOVE_ITEM _dirs "tdeioslave" ) - -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() - -add_subdirectory( tdeioslave ) diff --git a/doc/de/CMakeLists.txt b/doc/de/CMakeLists.txt deleted file mode 100644 index eca4bd4..0000000 --- a/doc/de/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG de ) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index ffa59a8..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG en ) diff --git a/doc/en/tdeioslave/pcf/index.docbook b/doc/en/tdeioslave/pcf/index.docbook new file mode 100644 index 0000000..037df31 --- /dev/null +++ b/doc/en/tdeioslave/pcf/index.docbook @@ -0,0 +1,45 @@ + + + +]> + +
+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. + +
diff --git a/doc/fr/CMakeLists.txt b/doc/fr/CMakeLists.txt deleted file mode 100644 index 495f168..0000000 --- a/doc/fr/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG fr ) diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt deleted file mode 100644 index 8512250..0000000 --- a/doc/man/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -INSTALL( - FILES ${PROJECT_NAME}.1 - DESTINATION ${MAN_INSTALL_DIR}/man1 - COMPONENT doc -) diff --git a/doc/sv/CMakeLists.txt b/doc/sv/CMakeLists.txt deleted file mode 100644 index bc04ab0..0000000 --- a/doc/sv/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG sv ) 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