[Mesa-dev] [PATCH 07/14] docs/meson: Add note about update translations

Emil Velikov emil.l.velikov at gmail.com
Wed Oct 31 17:54:08 UTC 2018


On Fri, 26 Oct 2018 at 18:25, Dylan Baker <dylan at pnwbakers.com> wrote:
>
> ---
>  docs/meson.html | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/docs/meson.html b/docs/meson.html
> index ece64673107..51f661b6e0a 100644
> --- a/docs/meson.html
> +++ b/docs/meson.html
> @@ -95,6 +95,13 @@ each configuration you want to build
>  recommended in the documentation</a>
>  </p>
>
> +<p>
> +Autotools automatically updates translation files as part of the build process,
> +meson does not do this. Instead if you want translated drirc files you will need
> +to invoke non-default targets for ninja to update them:
> +<code>ninja -C build/ xmlpool-pot xmlpool-update-po xmlpool-gmo</code>
> +</p>
> +
Sounds like a cool feature request for meson. These should be part of
the "all" target.

Either way:
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

-Emil


More information about the mesa-dev mailing list