diff options
author | Slávek Banko <[email protected]> | 2018-12-09 16:53:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-09 16:53:53 +0100 |
commit | 45ce1648255b8051981925e6db10ce0b4ef7d66c (patch) | |
tree | de61718853677b168b22685dd4dc12f1785a4845 /src | |
parent | 0a65eec1f90ed92ed2151d912311800b45907732 (diff) | |
download | abakus-45ce1648255b8051981925e6db10ce0b4ef7d66c.tar.gz abakus-45ce1648255b8051981925e6db10ce0b4ef7d66c.zip |
Update CMakeL10n rules for a simplified use.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit b934bb4b5e325460f627df12555e26825104d275)
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeL10n.txt | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 0bc4292..771410e 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,15 +1,3 @@ -################################################# -# -# (C) 2018 Slávek Banko -# slavek.banko (AT) axis.cz -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - - ##### create translation templates ############## -tde_l10n_create_template( CATALOG "abakus" DESTINATION "../po" ) +tde_l10n_create_template( "abakus" ) |