From 95c079071118abc9078b0931ee86f51b1b4f8e05 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 24 Apr 2020 17:57:19 -0400 Subject: minstall: Add --dry-run option Closes: #1281 --- docs/markdown/snippets/install_dry_run.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/install_dry_run.md (limited to 'docs/markdown/snippets') 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. -- cgit v1.1