aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2020-04-24 17:57:19 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2021-02-04 16:24:38 +0000
commit95c079071118abc9078b0931ee86f51b1b4f8e05 (patch)
tree6535a45ede91198c5a346fd4c5b69dbffc4aebaa /docs/markdown/snippets
parent673aff3595d04a82d431dc4903c95227481565ca (diff)
downloadmeson-95c079071118abc9078b0931ee86f51b1b4f8e05.zip
meson-95c079071118abc9078b0931ee86f51b1b4f8e05.tar.gz
meson-95c079071118abc9078b0931ee86f51b1b4f8e05.tar.bz2
minstall: Add --dry-run option
Closes: #1281
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/install_dry_run.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/install_dry_run.md b/docs/markdown/snippets/install_dry_run.md
new file mode 100644
index 0000000..8106a06
--- /dev/null
+++ b/docs/markdown/snippets/install_dry_run.md
@@ -0,0 +1,4 @@
+## meson install --dry-run
+
+New option to meson install command that does not actually install files, but
+only print messages.