diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-19 03:02:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-20 01:08:37 +0100 |
commit | 6d747afe2f2250a9f25adb3c758a91fc21520e74 (patch) | |
tree | 961ada9146123ec2862ff6b9216684b222d27993 /tde-i18n-hu/docs/tdegames | |
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 <slavek.banko@axis.cz>
Diffstat (limited to 'tde-i18n-hu/docs/tdegames')
-rw-r--r-- | tde-i18n-hu/docs/tdegames/CMakeLists.txt | 3 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdegames/atlantik/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdegames/kolf/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdegames/konquest/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdegames/ksame/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdegames/ksirtet/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tde-i18n-hu/docs/tdegames/kspaceduel/CMakeLists.txt | 6 |
7 files changed, 0 insertions, 39 deletions
diff --git a/tde-i18n-hu/docs/tdegames/CMakeLists.txt b/tde-i18n-hu/docs/tdegames/CMakeLists.txt deleted file mode 100644 index 03be08640be..00000000000 --- a/tde-i18n-hu/docs/tdegames/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer - -tde_auto_add_subdirectories( ) diff --git a/tde-i18n-hu/docs/tdegames/atlantik/CMakeLists.txt b/tde-i18n-hu/docs/tdegames/atlantik/CMakeLists.txt deleted file mode 100644 index 948d55514be..00000000000 --- a/tde-i18n-hu/docs/tdegames/atlantik/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 atlantik - LANG hu -) diff --git a/tde-i18n-hu/docs/tdegames/kolf/CMakeLists.txt b/tde-i18n-hu/docs/tdegames/kolf/CMakeLists.txt deleted file mode 100644 index 11696ba44a9..00000000000 --- a/tde-i18n-hu/docs/tdegames/kolf/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 kolf - LANG hu -) diff --git a/tde-i18n-hu/docs/tdegames/konquest/CMakeLists.txt b/tde-i18n-hu/docs/tdegames/konquest/CMakeLists.txt deleted file mode 100644 index 1f17eb9f8ab..00000000000 --- a/tde-i18n-hu/docs/tdegames/konquest/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 konquest - LANG hu -) diff --git a/tde-i18n-hu/docs/tdegames/ksame/CMakeLists.txt b/tde-i18n-hu/docs/tdegames/ksame/CMakeLists.txt deleted file mode 100644 index 400aaf548ad..00000000000 --- a/tde-i18n-hu/docs/tdegames/ksame/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 ksame - LANG hu -) diff --git a/tde-i18n-hu/docs/tdegames/ksirtet/CMakeLists.txt b/tde-i18n-hu/docs/tdegames/ksirtet/CMakeLists.txt deleted file mode 100644 index 431ec0e53bc..00000000000 --- a/tde-i18n-hu/docs/tdegames/ksirtet/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 ksirtet - LANG hu -) diff --git a/tde-i18n-hu/docs/tdegames/kspaceduel/CMakeLists.txt b/tde-i18n-hu/docs/tdegames/kspaceduel/CMakeLists.txt deleted file mode 100644 index 337779079e4..00000000000 --- a/tde-i18n-hu/docs/tdegames/kspaceduel/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 kspaceduel - LANG hu -) |