summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-28 10:07:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-28 10:07:15 +0200
commit9f51acfc474b16eb04479cea77922b275bcbbf7d (patch)
tree6c131de5ce3c9dfe9e2abe8afc88ccf382804dd7 /src
parentcaa6e331414e7ad44ce087abe4a8c491a61980c8 (diff)
downloadkdiff3-9f51acfc474b16eb04479cea77922b275bcbbf7d.tar.gz
kdiff3-9f51acfc474b16eb04479cea77922b275bcbbf7d.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Use common cmake rules for documentation. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index 57ddd42..dfa87d9 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,6 +1,6 @@
##### create translation templates ##############
tde_l10n_create_template(
- CATALOG "kdiff3"
+ CATALOG "messages/kdiff3/"
EXCLUDES "^kreplacements/"
)