From 6d747afe2f2250a9f25adb3c758a91fc21520e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 19 Nov 2020 03:02:00 +0100 Subject: Use universal common rules instead of many individual CMakeListst.txt files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tde-i18n-sl/docs/tdebase/khelpcenter/CMakeLists.txt | 18 ------------------ .../docs/tdebase/khelpcenter/faq/CMakeLists.txt | 7 ------- .../docs/tdebase/khelpcenter/glossary/CMakeLists.txt | 7 ------- .../docs/tdebase/khelpcenter/userguide/CMakeLists.txt | 6 ------ .../docs/tdebase/khelpcenter/visualdict/CMakeLists.txt | 16 ---------------- 5 files changed, 54 deletions(-) delete mode 100644 tde-i18n-sl/docs/tdebase/khelpcenter/CMakeLists.txt delete mode 100644 tde-i18n-sl/docs/tdebase/khelpcenter/faq/CMakeLists.txt delete mode 100644 tde-i18n-sl/docs/tdebase/khelpcenter/glossary/CMakeLists.txt delete mode 100644 tde-i18n-sl/docs/tdebase/khelpcenter/userguide/CMakeLists.txt delete mode 100644 tde-i18n-sl/docs/tdebase/khelpcenter/visualdict/CMakeLists.txt (limited to 'tde-i18n-sl/docs/tdebase/khelpcenter') diff --git a/tde-i18n-sl/docs/tdebase/khelpcenter/CMakeLists.txt b/tde-i18n-sl/docs/tdebase/khelpcenter/CMakeLists.txt deleted file mode 100644 index b782209d39c..00000000000 --- a/tde-i18n-sl/docs/tdebase/khelpcenter/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -################################################# -# -# (C) 2013 Alexander Golubev (Fat-Zer) -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( - DESTINATION khelpcenter - LANG sl - EXTRA exec.xpm -) - -tde_auto_add_subdirectories() diff --git a/tde-i18n-sl/docs/tdebase/khelpcenter/faq/CMakeLists.txt b/tde-i18n-sl/docs/tdebase/khelpcenter/faq/CMakeLists.txt deleted file mode 100644 index 5401b85171d..00000000000 --- a/tde-i18n-sl/docs/tdebase/khelpcenter/faq/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer - -tde_create_handbook( - DESTINATION khelpcenter/faq - NOINDEX - LANG sl -) diff --git a/tde-i18n-sl/docs/tdebase/khelpcenter/glossary/CMakeLists.txt b/tde-i18n-sl/docs/tdebase/khelpcenter/glossary/CMakeLists.txt deleted file mode 100644 index db7ae551cf5..00000000000 --- a/tde-i18n-sl/docs/tdebase/khelpcenter/glossary/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer - -tde_create_handbook( - DESTINATION khelpcenter/glossary - NOINDEX - LANG sl -) diff --git a/tde-i18n-sl/docs/tdebase/khelpcenter/userguide/CMakeLists.txt b/tde-i18n-sl/docs/tdebase/khelpcenter/userguide/CMakeLists.txt deleted file mode 100644 index 8b8b213b489..00000000000 --- a/tde-i18n-sl/docs/tdebase/khelpcenter/userguide/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/userguide - LANG sl -) diff --git a/tde-i18n-sl/docs/tdebase/khelpcenter/visualdict/CMakeLists.txt b/tde-i18n-sl/docs/tdebase/khelpcenter/visualdict/CMakeLists.txt deleted file mode 100644 index 90d80e23d4a..00000000000 --- a/tde-i18n-sl/docs/tdebase/khelpcenter/visualdict/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -################################################# -# -# (C) 2013 Alexander Golubev (Fat-Zer) -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -install( FILES pict1.png pict2.png pict3.png pict4.png pict5.png pict6.png - pict7.png pict8.png pict9.png pict10.png pict11.png pict12.png - pict13.png pict14.png pict15.png pict16.png pict17.png pict18.png - pict19.png pict20.png - DESTINATION ${HTML_INSTALL_DIR}/sl/khelpcenter/visualdict ) -- cgit v1.2.1