summaryrefslogtreecommitdiffstats
path: root/tde-i18n-hr/docs/common
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-hr/docs/common
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-hr/docs/common')
-rw-r--r--tde-i18n-hr/docs/common/CMakeLists.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/tde-i18n-hr/docs/common/CMakeLists.txt b/tde-i18n-hr/docs/common/CMakeLists.txt
deleted file mode 100644
index 3390d91afca..00000000000
--- a/tde-i18n-hr/docs/common/CMakeLists.txt
+++ /dev/null
@@ -1,30 +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
- gpl-translated.html
-)
-
-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}/hr/common )
-endforeach( )
-
-foreach( _file IN LISTS common_docs_LINK)
- tde_install_symlink(
- ${TDE_HTML_DIR}/en/common/${_file}
- ${HTML_INSTALL_DIR}/hr/common/${_file} )
-endforeach( )