From b02fdb4d705016a6c8e83f9d492b8df7c531b805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 13 Dec 2022 00:23:00 +0100 Subject: Conversion to CMake build system. Remove the generated files from the source tree. Copy translations to a new directory layout. Added translation of .desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/en/howto/unicode/CMakeL10n.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/en/howto/unicode/CMakeL10n.txt (limited to 'doc/en/howto/unicode/CMakeL10n.txt') diff --git a/doc/en/howto/unicode/CMakeL10n.txt b/doc/en/howto/unicode/CMakeL10n.txt new file mode 100644 index 0000000..4dfa67b --- /dev/null +++ b/doc/en/howto/unicode/CMakeL10n.txt @@ -0,0 +1,14 @@ +##### create translation templates ############## + +file( GLOB _docs + RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_SOURCE_DIR}/*.docbook +) +list( SORT _docs ) +list( REMOVE_ITEM _docs "index.docbook" ) +list( INSERT _docs 0 "index.docbook" ) + +tde_l10n_create_template( + CATALOG "howto" + SOURCES ${_docs} +) -- cgit v1.2.1