From 2da3d7904a207ce635caddc4fc95b2f1d19039b3 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 31 Dec 2013 01:02:29 +0100 Subject: Initial cmake conversion This resolves Bug 1329 --- tde-i18n-uk/docs/CMakeLists.txt | 3 +++ tde-i18n-uk/docs/common/CMakeLists.txt | 31 ++++++++++++++++++++++ tde-i18n-uk/docs/tdebase/CMakeLists.txt | 3 +++ tde-i18n-uk/docs/tdebase/faq/CMakeLists.txt | 7 +++++ .../docs/tdebase/kinfocenter/CMakeLists.txt | 3 +++ .../tdebase/kinfocenter/protocols/CMakeLists.txt | 6 +++++ tde-i18n-uk/docs/tdebase/tdeioslave/CMakeLists.txt | 7 +++++ tde-i18n-uk/docs/tdelibs/CMakeLists.txt | 3 +++ tde-i18n-uk/docs/tdelibs/tdespell/CMakeLists.txt | 6 +++++ tde-i18n-uk/docs/tdepim/CMakeLists.txt | 3 +++ tde-i18n-uk/docs/tdepim/knotes/CMakeLists.txt | 6 +++++ tde-i18n-uk/docs/tdesdk/CMakeLists.txt | 3 +++ tde-i18n-uk/docs/tdesdk/kbabel/CMakeLists.txt | 7 +++++ 13 files changed, 88 insertions(+) create mode 100644 tde-i18n-uk/docs/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/common/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdebase/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdebase/faq/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdebase/kinfocenter/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdebase/kinfocenter/protocols/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdebase/tdeioslave/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdelibs/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdelibs/tdespell/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdepim/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdepim/knotes/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdesdk/CMakeLists.txt create mode 100644 tde-i18n-uk/docs/tdesdk/kbabel/CMakeLists.txt (limited to 'tde-i18n-uk/docs') diff --git a/tde-i18n-uk/docs/CMakeLists.txt b/tde-i18n-uk/docs/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-uk/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-uk/docs/common/CMakeLists.txt b/tde-i18n-uk/docs/common/CMakeLists.txt new file mode 100644 index 00000000000..2bac318f030 --- /dev/null +++ b/tde-i18n-uk/docs/common/CMakeLists.txt @@ -0,0 +1,31 @@ +################################################# +# +# (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 + 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}/uk/common ) +endforeach( ) + +foreach( _file IN LISTS common_docs_LINK) + tde_install_symlink( + ${TDE_HTML_DIR}/en/common/${_file} + ${HTML_INSTALL_DIR}/uk/common/${_file} ) +endforeach( ) diff --git a/tde-i18n-uk/docs/tdebase/CMakeLists.txt b/tde-i18n-uk/docs/tdebase/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-uk/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-uk/docs/tdebase/faq/CMakeLists.txt b/tde-i18n-uk/docs/tdebase/faq/CMakeLists.txt new file mode 100644 index 00000000000..dff17a0513b --- /dev/null +++ b/tde-i18n-uk/docs/tdebase/faq/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION khelpcenter/faq + NOINDEX + LANG uk +) diff --git a/tde-i18n-uk/docs/tdebase/kinfocenter/CMakeLists.txt b/tde-i18n-uk/docs/tdebase/kinfocenter/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-uk/docs/tdebase/kinfocenter/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-uk/docs/tdebase/kinfocenter/protocols/CMakeLists.txt b/tde-i18n-uk/docs/tdebase/kinfocenter/protocols/CMakeLists.txt new file mode 100644 index 00000000000..3acf3f8965c --- /dev/null +++ b/tde-i18n-uk/docs/tdebase/kinfocenter/protocols/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kinfocenter/protocols + LANG uk +) diff --git a/tde-i18n-uk/docs/tdebase/tdeioslave/CMakeLists.txt b/tde-i18n-uk/docs/tdebase/tdeioslave/CMakeLists.txt new file mode 100644 index 00000000000..78bb192f85d --- /dev/null +++ b/tde-i18n-uk/docs/tdebase/tdeioslave/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave + NOINDEX + LANG uk +) diff --git a/tde-i18n-uk/docs/tdelibs/CMakeLists.txt b/tde-i18n-uk/docs/tdelibs/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-uk/docs/tdelibs/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-uk/docs/tdelibs/tdespell/CMakeLists.txt b/tde-i18n-uk/docs/tdelibs/tdespell/CMakeLists.txt new file mode 100644 index 00000000000..ca5ce6b24a6 --- /dev/null +++ b/tde-i18n-uk/docs/tdelibs/tdespell/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdespell + LANG uk +) diff --git a/tde-i18n-uk/docs/tdepim/CMakeLists.txt b/tde-i18n-uk/docs/tdepim/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-uk/docs/tdepim/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-uk/docs/tdepim/knotes/CMakeLists.txt b/tde-i18n-uk/docs/tdepim/knotes/CMakeLists.txt new file mode 100644 index 00000000000..844243158a9 --- /dev/null +++ b/tde-i18n-uk/docs/tdepim/knotes/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION knotes + LANG uk +) diff --git a/tde-i18n-uk/docs/tdesdk/CMakeLists.txt b/tde-i18n-uk/docs/tdesdk/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-uk/docs/tdesdk/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-uk/docs/tdesdk/kbabel/CMakeLists.txt b/tde-i18n-uk/docs/tdesdk/kbabel/CMakeLists.txt new file mode 100644 index 00000000000..fb01cf11cbd --- /dev/null +++ b/tde-i18n-uk/docs/tdesdk/kbabel/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kbabel + NOINDEX + LANG uk +) -- cgit v1.2.3