From: Dylan Baker
Date: Tue, 23 Oct 2018 02:33:08 +0000 (-0700)
Subject: docs/meson: Add note about update translations
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8004ef03ec1320867b02d7b09c9cf68a7cdef5b;p=mesa.git
docs/meson: Add note about update translations
Reviewed-by: Emil Velikov
---
diff --git a/docs/meson.html b/docs/meson.html
index ece64673107..68f80d6ac42 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -95,6 +95,13 @@ each configuration you want to build
recommended in the documentation
+
+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:
+ninja -C build/ xmlpool-pot xmlpool-update-po xmlpool-gmo
+
+
Environment Variables
Meson supports the standard CC and CXX environment variables for