From 9f51acfc474b16eb04479cea77922b275bcbbf7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Jun 2020 10:07:15 +0200 Subject: Move translations to a new directory layout. Add support for LINGUAS for listing translations to install. Use common cmake rules for documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- diff_ext_for_kdiff3/CMakeL10n.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'diff_ext_for_kdiff3/CMakeL10n.txt') diff --git a/diff_ext_for_kdiff3/CMakeL10n.txt b/diff_ext_for_kdiff3/CMakeL10n.txt index 9784c39..f1e9dde 100644 --- a/diff_ext_for_kdiff3/CMakeL10n.txt +++ b/diff_ext_for_kdiff3/CMakeL10n.txt @@ -1,6 +1,6 @@ ##### create translation templates ############## tde_l10n_create_template( - CATALOG "diff_ext" - DESTINATION "." + CATALOG "messages/diff_ext/" + DESTINATION "./translations" ) -- cgit v1.2.1