aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-08-02 19:25:19 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2019-08-04 21:46:52 +0300
commit5f2e44b0dd7bdac449d8679d9f0d8e71ad216245 (patch)
tree89033b628c55bb5a692acf14e31b625285325571 /docs/markdown
parent32bd8a384779dcd8ef6d3b8815d8dac43d96b9eb (diff)
downloadmeson-5f2e44b0dd7bdac449d8679d9f0d8e71ad216245.zip
meson-5f2e44b0dd7bdac449d8679d9f0d8e71ad216245.tar.gz
meson-5f2e44b0dd7bdac449d8679d9f0d8e71ad216245.tar.bz2
Make gettext targets no-ops if gettext is not installed. Closes: #821.
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/snippets/nogettext.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/nogettext.md b/docs/markdown/snippets/nogettext.md
new file mode 100644
index 0000000..5053226
--- /dev/null
+++ b/docs/markdown/snippets/nogettext.md
@@ -0,0 +1,7 @@
+## Gettext targets are ignored if `gettext` is not installed
+
+Previously the `i18n` module has errored out when `gettext` tools are
+not installed on the system. Starting with this version they will
+become no-ops instead. This makes it easier to build projects on
+minimal environments (such as when bootstrapping) that do not have
+translation tools installed.