aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/dist-command.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/dist-command.md')
-rw-r--r--docs/markdown/snippets/dist-command.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/markdown/snippets/dist-command.md b/docs/markdown/snippets/dist-command.md
deleted file mode 100644
index 026b8cd..0000000
--- a/docs/markdown/snippets/dist-command.md
+++ /dev/null
@@ -1,10 +0,0 @@
-## Dist is now a top level command
-
-Previously creating a source archive could only be done with `ninja
-dist`. Starting with this release Meson provides a top level `dist`
-that can be invoked directly. It also has a command line option to
-determine which kinds of archives to create:
-
-```meson
-meson dist --formats=xztar,zip
-```