aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-02-22 15:14:58 -0500
committerXavier Claessens <xclaesse@gmail.com>2022-02-28 09:03:27 -0500
commit6fafeb13b3b115b5fddf371b6b7624801559b99f (patch)
treef07d6d7546a19c07c6963774c585ab70ca5656f6 /docs/markdown
parent79c6075b560dbf1c3e4e0b30f1c472dc2086421e (diff)
downloadmeson-6fafeb13b3b115b5fddf371b6b7624801559b99f.zip
meson-6fafeb13b3b115b5fddf371b6b7624801559b99f.tar.gz
meson-6fafeb13b3b115b5fddf371b6b7624801559b99f.tar.bz2
devenv: Source bash completion scripts
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Commands.md3
-rw-r--r--docs/markdown/snippets/devenv.md5
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md
index 2dbe79b..2623b5c 100644
--- a/docs/markdown/Commands.md
+++ b/docs/markdown/Commands.md
@@ -321,4 +321,7 @@ These variables are set in environment in addition to those set using `meson.add
layout must match the installed tree layout otherwise `import subdir.mod`
cannot work.
+Since *Since 0.62.0* if bash-completion scripts are being installed and the
+shell is bash, they will be automatically sourced.
+
{{ devenv_arguments.inc }}
diff --git a/docs/markdown/snippets/devenv.md b/docs/markdown/snippets/devenv.md
index 0d18889..19a272c 100644
--- a/docs/markdown/snippets/devenv.md
+++ b/docs/markdown/snippets/devenv.md
@@ -3,3 +3,8 @@
`PYTHONPATH` now includes every directory where a python module is being
installed using [`python.install_sources()`](Python-module.md#install_sources)
and [`python.extension_module()`](Python-module.md#extension_module).
+
+## Bash completion scripts sourced in `meson devenv`
+
+If bash-completion scripts are being installed and the shell is bash, they will
+be automatically sourced.