Mesa (master): docs/meson: Add note about update translations

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 31 23:39:23 UTC 2018


Module: Mesa
Branch: master
Commit: a8004ef03ec1320867b02d7b09c9cf68a7cdef5b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8004ef03ec1320867b02d7b09c9cf68a7cdef5b

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Mon Oct 22 19:33:08 2018 -0700

docs/meson: Add note about update translations

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

---

 docs/meson.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/meson.html b/docs/meson.html
index ece6467310..68f80d6ac4 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>
+
 <dl>
 <dt><code>Environment Variables</code></dt>
 <dd><p>Meson supports the standard CC and CXX environment variables for




More information about the mesa-commit mailing list