summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-10-22 19:33:08 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-10-31 16:37:12 -0700
commita8004ef03ec1320867b02d7b09c9cf68a7cdef5b (patch)
tree4a4887f007649bc6b46584f2ba3b7a1d2c0002d2 /docs
parent0621e91a8c975e34f2c2092ad3013d6ff81b5ac2 (diff)
docs/meson: Add note about update translations
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.html7
1 files changed, 7 insertions, 0 deletions
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