diff options
author | Slávek Banko <[email protected]> | 2020-11-19 03:02:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-20 01:08:37 +0100 |
commit | 6d747afe2f2250a9f25adb3c758a91fc21520e74 (patch) | |
tree | 961ada9146123ec2862ff6b9216684b222d27993 /tde-i18n-hu/docs/tdebase/khelpcenter | |
parent | ad3e28539be336059a2aa272c8d724e539a6fa84 (diff) | |
download | tde-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 <[email protected]>
Diffstat (limited to 'tde-i18n-hu/docs/tdebase/khelpcenter')
-rw-r--r-- | tde-i18n-hu/docs/tdebase/khelpcenter/CMakeLists.txt | 8 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdebase/khelpcenter/visualdict/CMakeLists.txt | 16 |
2 files changed, 0 insertions, 24 deletions
diff --git a/tde-i18n-hu/docs/tdebase/khelpcenter/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/khelpcenter/CMakeLists.txt deleted file mode 100644 index 629b930052c..00000000000 --- a/tde-i18n-hu/docs/tdebase/khelpcenter/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer - -tde_create_handbook( - DESTINATION khelpcenter - LANG hu -) - -tde_auto_add_subdirectories() diff --git a/tde-i18n-hu/docs/tdebase/khelpcenter/visualdict/CMakeLists.txt b/tde-i18n-hu/docs/tdebase/khelpcenter/visualdict/CMakeLists.txt deleted file mode 100644 index 72dfad70737..00000000000 --- a/tde-i18n-hu/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}/hu/khelpcenter/visualdict ) |