From 1298f71b1cf48d34627b6483f65b24d81c4d2460 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 5 Dec 2019 13:45:16 -0500 Subject: dist: Add --include-subprojects option --- docs/markdown/snippets/dist_subprojects.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/dist_subprojects.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/dist_subprojects.md b/docs/markdown/snippets/dist_subprojects.md new file mode 100644 index 0000000..cdfa070 --- /dev/null +++ b/docs/markdown/snippets/dist_subprojects.md @@ -0,0 +1,6 @@ +## meson dist --include-subprojects + +`meson dist` command line now gained `--include-subprojects` command line option. +When enabled, the source tree of all subprojects used by the current build will +also be included in the final tarball. This is useful to distribute self contained +tarball that can be built offline (i.e. `--wrap-mode=nodownload`). -- cgit v1.1