summaryrefslogtreecommitdiffstats
path: root/tde-i18n-sl/docs/tdebase/khelpcenter
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 23:48:51 +0100
commit84835f6d92ac44ce93e4908a08138f2afcae1c66 (patch)
tree1fdd3ce398316b86af7dd136892824e1643d76fe /tde-i18n-sl/docs/tdebase/khelpcenter
parentd403f64ec9ca093f055cca1d3b154a5a2f3954f5 (diff)
downloadtde-i18n-84835f6d92ac44ce93e4908a08138f2afcae1c66.tar.gz
tde-i18n-84835f6d92ac44ce93e4908a08138f2afcae1c66.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> (cherry picked from commit 6d747afe2f2250a9f25adb3c758a91fc21520e74)
Diffstat (limited to 'tde-i18n-sl/docs/tdebase/khelpcenter')
-rw-r--r--tde-i18n-sl/docs/tdebase/khelpcenter/CMakeLists.txt18
-rw-r--r--tde-i18n-sl/docs/tdebase/khelpcenter/faq/CMakeLists.txt7
-rw-r--r--tde-i18n-sl/docs/tdebase/khelpcenter/glossary/CMakeLists.txt7
-rw-r--r--tde-i18n-sl/docs/tdebase/khelpcenter/userguide/CMakeLists.txt6
-rw-r--r--tde-i18n-sl/docs/tdebase/khelpcenter/visualdict/CMakeLists.txt16
5 files changed, 0 insertions, 54 deletions
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 )