summaryrefslogtreecommitdiffstats
path: root/tde-i18n-zh_TW/docs
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-19 03:02:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-20 01:08:37 +0100
commit6d747afe2f2250a9f25adb3c758a91fc21520e74 (patch)
tree961ada9146123ec2862ff6b9216684b222d27993 /tde-i18n-zh_TW/docs
parentad3e28539be336059a2aa272c8d724e539a6fa84 (diff)
downloadtde-i18n-6d747afe2f2250a9f25adb3c758a91fc21520e74.tar.gz
tde-i18n-6d747afe2f2250a9f25adb3c758a91fc21520e74.zip
Use universal common rules instead of many individual CMakeListst.txt files.
Note: For systems and distributions where individual language directories are unpacked for building, you need to add an unpacking for the 'template' directory in addition to the 'cmake' directory. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tde-i18n-zh_TW/docs')
-rw-r--r--tde-i18n-zh_TW/docs/CMakeLists.txt3
-rw-r--r--tde-i18n-zh_TW/docs/common/CMakeLists.txt34
-rw-r--r--tde-i18n-zh_TW/docs/tdebase/CMakeLists.txt3
-rw-r--r--tde-i18n-zh_TW/docs/tdebase/khelpcenter/CMakeLists.txt9
-rw-r--r--tde-i18n-zh_TW/docs/tdebase/khelpcenter/faq/CMakeLists.txt6
5 files changed, 0 insertions, 55 deletions
diff --git a/tde-i18n-zh_TW/docs/CMakeLists.txt b/tde-i18n-zh_TW/docs/CMakeLists.txt
deleted file mode 100644
index 03be08640be..00000000000
--- a/tde-i18n-zh_TW/docs/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
-
-tde_auto_add_subdirectories( )
diff --git a/tde-i18n-zh_TW/docs/common/CMakeLists.txt b/tde-i18n-zh_TW/docs/common/CMakeLists.txt
deleted file mode 100644
index d08cd8f4963..00000000000
--- a/tde-i18n-zh_TW/docs/common/CMakeLists.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-#################################################
-#
-# (C) 2013 Alexander Golubev (Fat-Zer)
-# fatzer2 (AT) gmail.com
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-set( common_docs_INSTALL
- fdl-translated.html
- gpl-translated.html
- lgpl-translated.html
- logotp3.png
- tde-localised.css
-)
-
-file( GLOB common_docs_LINK
- RELATIVE ${TDE_HTML_DIR}/en/common/
- ${TDE_HTML_DIR}/en/common/*)
-
-foreach( _file IN LISTS common_docs_INSTALL)
- list( REMOVE_ITEM common_docs_LINK _file )
- install( FILES ${_file}
- DESTINATION ${HTML_INSTALL_DIR}/zh_TW/common )
-endforeach( )
-
-foreach( _file IN LISTS common_docs_LINK)
- tde_install_symlink(
- ${TDE_HTML_DIR}/en/common/${_file}
- ${HTML_INSTALL_DIR}/zh_TW/common/${_file} )
-endforeach( )
diff --git a/tde-i18n-zh_TW/docs/tdebase/CMakeLists.txt b/tde-i18n-zh_TW/docs/tdebase/CMakeLists.txt
deleted file mode 100644
index 03be08640be..00000000000
--- a/tde-i18n-zh_TW/docs/tdebase/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
-
-tde_auto_add_subdirectories( )
diff --git a/tde-i18n-zh_TW/docs/tdebase/khelpcenter/CMakeLists.txt b/tde-i18n-zh_TW/docs/tdebase/khelpcenter/CMakeLists.txt
deleted file mode 100644
index 4d0b2e9cd2b..00000000000
--- a/tde-i18n-zh_TW/docs/tdebase/khelpcenter/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
-
-tde_create_handbook(
- DESTINATION khelpcenter
- NOINDEX
- LANG zh_TW
-)
-
-tde_auto_add_subdirectories()
diff --git a/tde-i18n-zh_TW/docs/tdebase/khelpcenter/faq/CMakeLists.txt b/tde-i18n-zh_TW/docs/tdebase/khelpcenter/faq/CMakeLists.txt
deleted file mode 100644
index 9a6533118bf..00000000000
--- a/tde-i18n-zh_TW/docs/tdebase/khelpcenter/faq/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
-
-tde_create_handbook(
- DESTINATION khelpcenter/faq
- LANG zh_TW
-)