OSDN Git Service

docs/meson: Add note about update translations
authorDylan Baker <dylan@pnwbakers.com>
Tue, 23 Oct 2018 02:33:08 +0000 (19:33 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 31 Oct 2018 23:37:12 +0000 (16:37 -0700)
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
docs/meson.html

index ece6467..68f80d6 100644 (file)
@@ -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