diff options
Diffstat (limited to 'tde-i18n-zh_TW/docs')
-rw-r--r-- | tde-i18n-zh_TW/docs/CMakeLists.txt | 3 | ||||
-rw-r--r-- | tde-i18n-zh_TW/docs/common/CMakeLists.txt | 34 | ||||
-rw-r--r-- | tde-i18n-zh_TW/docs/tdebase/CMakeLists.txt | 3 | ||||
-rw-r--r-- | tde-i18n-zh_TW/docs/tdebase/faq/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-zh_TW/docs/tdebase/khelpcenter/CMakeLists.txt | 7 |
5 files changed, 53 insertions, 0 deletions
diff --git a/tde-i18n-zh_TW/docs/CMakeLists.txt b/tde-i18n-zh_TW/docs/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-zh_TW/docs/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by triniy-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 new file mode 100644 index 00000000000..d08cd8f4963 --- /dev/null +++ b/tde-i18n-zh_TW/docs/common/CMakeLists.txt @@ -0,0 +1,34 @@ +################################################# +# +# (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 new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-zh_TW/docs/tdebase/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_auto_add_subdirectories( ) diff --git a/tde-i18n-zh_TW/docs/tdebase/faq/CMakeLists.txt b/tde-i18n-zh_TW/docs/tdebase/faq/CMakeLists.txt new file mode 100644 index 00000000000..62abd7068e8 --- /dev/null +++ b/tde-i18n-zh_TW/docs/tdebase/faq/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION khelpcenter/faq + LANG zh_TW +) diff --git a/tde-i18n-zh_TW/docs/tdebase/khelpcenter/CMakeLists.txt b/tde-i18n-zh_TW/docs/tdebase/khelpcenter/CMakeLists.txt new file mode 100644 index 00000000000..d14978f33a4 --- /dev/null +++ b/tde-i18n-zh_TW/docs/tdebase/khelpcenter/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION khelpcenter + NOINDEX + LANG zh_TW +) |