diff options
author | Dylan Baker <[email protected]> | 2018-08-24 05:56:01 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-10-31 16:37:12 -0700 |
commit | 7834926a4f5ca0a60ec3d18c87a1e0a68b615820 (patch) | |
tree | eafec72c7a3d113061f8c1380b8a669f892c0af3 /src/util/xmlpool/Makefile.am | |
parent | 2857b18991f86940af5759664a961a24d90e3a47 (diff) |
meson: add support for generating translation mo files
Meson has handy a handy built-in module for handling gettext called
i18n, this module works a bit differently than our autotools build does,
namely it doesn't automatically generate translations instead it creates
3 new top level targets to run. These are:
xmlpool-pot
xmlpool-update-po
xmlpool-gmo
v2: - Add new files to autotools dist tarball
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/util/xmlpool/Makefile.am')
-rw-r--r-- | src/util/xmlpool/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/xmlpool/Makefile.am b/src/util/xmlpool/Makefile.am index f5142768aa3..1c14311dcf5 100644 --- a/src/util/xmlpool/Makefile.am +++ b/src/util/xmlpool/Makefile.am @@ -59,7 +59,9 @@ EXTRA_DIST = \ $(POS) \ $(MOS) \ SConscript \ - meson.build + meson.build \ + LINGUAS \ + POTFILES BUILT_SOURCES = options.h CLEANFILES = \ |