From ec29e27cba595e7eb92f8251989f2257462d8253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 3 Sep 2022 00:42:29 +0200 Subject: Move documentation into kcontrol/gtk. Use common rules for build and install documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Copy translations to a new directory layout. Use gtk-qt-engine as the name of the translation catalog. Use common rules for build and install translations. Added translation of .desktop files. Signed-off-by: Slávek Banko (cherry picked from commit f87ecf91e7ec49bf2187261560154c8555f733f9) --- po/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 po/CMakeLists.txt (limited to 'po') diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt deleted file mode 100644 index 9d1908d..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) - -foreach( _po ${po_files} ) - get_filename_component( _lang ${_po} PATH ) - tde_create_translation( FILES ${_po} LANG ${_lang} ) -endforeach( ) -- cgit v1.2.1