diff options
Diffstat (limited to 'docs/markdown/snippets/dist_subprojects.md')
-rw-r--r-- | docs/markdown/snippets/dist_subprojects.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/dist_subprojects.md b/docs/markdown/snippets/dist_subprojects.md deleted file mode 100644 index cdfa0708a..000000000 --- a/docs/markdown/snippets/dist_subprojects.md +++ /dev/null @@ -1,6 +0,0 @@ -## 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`). |