diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-16 20:07:21 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-29 21:58:43 +0900 |
| commit | 54c9cce803be42c31e10d5865656cf8d38eb2ef6 (patch) | |
| tree | 121dbc39501d922e1cb04eea0d6a7fbf3b479132 /configure.in | |
| parent | ae6ac9ec80e2543776d351f626cf158bb693e2af (diff) | |
| download | krecipes-54c9cce8.tar.gz krecipes-54c9cce8.zip | |
Copy translations to new folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0d190c75668f6c20aaad9bc2a458b801de90ee0b)
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 40 |
1 files changed, 2 insertions, 38 deletions
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 "" |
