From 0d190c75668f6c20aaad9bc2a458b801de90ee0b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 16 Oct 2024 20:07:21 +0900 Subject: Copy translations to new folder Signed-off-by: Michele Calgaro --- configure.in | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index df15e30..be883de 100644 --- a/configure.in +++ b/configure.in @@ -203,44 +203,8 @@ AC_CONFIG_FILES([ src/importers/Makefile ]) AC_CONFIG_FILES([ src/tests/Makefile ]) AC_CONFIG_FILES([ src/widgets/Makefile ]) AC_CONFIG_FILES([ pics/Makefile ]) -AC_CONFIG_FILES([ po/Makefile ]) -AC_CONFIG_FILES([ po/az/Makefile ]) -AC_CONFIG_FILES([ po/bg/Makefile ]) -AC_CONFIG_FILES([ po/br/Makefile ]) -AC_CONFIG_FILES([ po/ca/Makefile ]) -AC_CONFIG_FILES([ po/cs/Makefile ]) -AC_CONFIG_FILES([ po/cy/Makefile ]) -AC_CONFIG_FILES([ po/da/Makefile ]) -AC_CONFIG_FILES([ po/de/Makefile ]) -AC_CONFIG_FILES([ po/el/Makefile ]) -AC_CONFIG_FILES([ po/en_GB/Makefile ]) -AC_CONFIG_FILES([ po/es/Makefile ]) -AC_CONFIG_FILES([ po/et/Makefile ]) -AC_CONFIG_FILES([ po/fi/Makefile ]) -AC_CONFIG_FILES([ po/fr/Makefile ]) -AC_CONFIG_FILES([ po/ga/Makefile ]) -AC_CONFIG_FILES([ po/gl/Makefile ]) -AC_CONFIG_FILES([ po/he/Makefile ]) -AC_CONFIG_FILES([ po/is/Makefile ]) -AC_CONFIG_FILES([ po/it/Makefile ]) -AC_CONFIG_FILES([ po/ja/Makefile ]) -AC_CONFIG_FILES([ po/ka/Makefile ]) -AC_CONFIG_FILES([ po/lt/Makefile ]) -AC_CONFIG_FILES([ po/mt/Makefile ]) -AC_CONFIG_FILES([ po/nb/Makefile ]) -AC_CONFIG_FILES([ po/nl/Makefile ]) -AC_CONFIG_FILES([ po/pl/Makefile ]) -AC_CONFIG_FILES([ po/pt/Makefile ]) -AC_CONFIG_FILES([ po/pt_BR/Makefile ]) -AC_CONFIG_FILES([ po/ro/Makefile ]) -AC_CONFIG_FILES([ po/ru/Makefile ]) -AC_CONFIG_FILES([ po/rw/Makefile ]) -AC_CONFIG_FILES([ po/sl/Makefile ]) -AC_CONFIG_FILES([ po/sr/Makefile ]) -AC_CONFIG_FILES([ po/sr@Latn/Makefile ]) -AC_CONFIG_FILES([ po/sv/Makefile ]) -AC_CONFIG_FILES([ po/ta/Makefile ]) -AC_CONFIG_FILES([ po/tr/Makefile ]) +AC_CONFIG_FILES([ translations/Makefile ]) +AC_CONFIG_FILES([ translations/messages/Makefile ]) AC_OUTPUT echo "" echo "" -- cgit v1.2.1