diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2019-12-05 13:45:16 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-12-08 20:21:43 +0200 |
commit | 1298f71b1cf48d34627b6483f65b24d81c4d2460 (patch) | |
tree | 3a1b1ac3ec8b4d7376c363dd29a9d85d3580f3d0 /docs/markdown/snippets | |
parent | f7d54c96c155baae311567e247ae116887d900db (diff) | |
download | meson-1298f71b1cf48d34627b6483f65b24d81c4d2460.zip meson-1298f71b1cf48d34627b6483f65b24d81c4d2460.tar.gz meson-1298f71b1cf48d34627b6483f65b24d81c4d2460.tar.bz2 |
dist: Add --include-subprojects option
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/dist_subprojects.md | 6 |
1 files changed, 6 insertions, 0 deletions
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`). |