diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-29 17:04:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-29 17:04:52 +0200 |
commit | 382841c80611afca697e3859981f12b9503b48f2 (patch) | |
tree | 6899a4129179c96c9842a0a522dd8f6105f04f4a /doc | |
parent | 530aa4f700cfd9dfe28a1da5e10b0848d1d83bff (diff) | |
download | tdeio-sword-382841c80611afca697e3859981f12b9503b48f2.tar.gz tdeio-sword-382841c80611afca697e3859981f12b9503b48f2.zip |
Use common rules for build and install documentation and translations.
Change documentation path to tdeioslave/sword.
Change CMake project name to tdeio_sword.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 14 | ||||
-rw-r--r-- | doc/en/CMakeLists.txt | 8 | ||||
-rw-r--r-- | doc/en/tdeioslave/sword/index.docbook (renamed from doc/en/index.docbook) | 0 | ||||
-rw-r--r-- | doc/html/compilation.html (renamed from doc/en/compilation.html) | 0 | ||||
-rw-r--r-- | doc/html/configuration.html (renamed from doc/en/configuration.html) | 0 | ||||
-rw-r--r-- | doc/html/credits.html (renamed from doc/en/credits.html) | 0 | ||||
-rw-r--r-- | doc/html/faq.html (renamed from doc/en/faq.html) | 0 | ||||
-rw-r--r-- | doc/html/index.html (renamed from doc/en/index.html) | 0 | ||||
-rw-r--r-- | doc/html/installation.html (renamed from doc/en/installation.html) | 0 | ||||
-rw-r--r-- | doc/html/introduction.html (renamed from doc/en/introduction.html) | 0 | ||||
-rw-r--r-- | doc/html/requirements.html (renamed from doc/en/requirements.html) | 0 | ||||
-rw-r--r-- | doc/html/using-tdeio_sword.html (renamed from doc/en/using-tdeio_sword.html) | 0 |
12 files changed, 0 insertions, 22 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index 70d6348..0000000 --- a/doc/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/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index c46c8ce..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -file( GLOB _html RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html ) - -install( - FILES ${_html} - DESTINATION ${HTML_INSTALL_DIR}/en/tdeio_sword -) - -tde_create_handbook( LANG en DESTINATION tdeio_sword ) diff --git a/doc/en/index.docbook b/doc/en/tdeioslave/sword/index.docbook index 3f6ce2a..3f6ce2a 100644 --- a/doc/en/index.docbook +++ b/doc/en/tdeioslave/sword/index.docbook diff --git a/doc/en/compilation.html b/doc/html/compilation.html index c3cb9a7..c3cb9a7 100644 --- a/doc/en/compilation.html +++ b/doc/html/compilation.html diff --git a/doc/en/configuration.html b/doc/html/configuration.html index 9ca975c..9ca975c 100644 --- a/doc/en/configuration.html +++ b/doc/html/configuration.html diff --git a/doc/en/credits.html b/doc/html/credits.html index d8c297b..d8c297b 100644 --- a/doc/en/credits.html +++ b/doc/html/credits.html diff --git a/doc/en/faq.html b/doc/html/faq.html index a259b48..a259b48 100644 --- a/doc/en/faq.html +++ b/doc/html/faq.html diff --git a/doc/en/index.html b/doc/html/index.html index 67c61fd..67c61fd 100644 --- a/doc/en/index.html +++ b/doc/html/index.html diff --git a/doc/en/installation.html b/doc/html/installation.html index d0bf2d6..d0bf2d6 100644 --- a/doc/en/installation.html +++ b/doc/html/installation.html diff --git a/doc/en/introduction.html b/doc/html/introduction.html index fd63f9f..fd63f9f 100644 --- a/doc/en/introduction.html +++ b/doc/html/introduction.html diff --git a/doc/en/requirements.html b/doc/html/requirements.html index 336ea35..336ea35 100644 --- a/doc/en/requirements.html +++ b/doc/html/requirements.html diff --git a/doc/en/using-tdeio_sword.html b/doc/html/using-tdeio_sword.html index 1a56624..1a56624 100644 --- a/doc/en/using-tdeio_sword.html +++ b/doc/html/using-tdeio_sword.html |