From f2e018c7f32b56679adf62c08f58bc1d9b9daf87 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 21 Jul 2019 18:54:16 +0300 Subject: Create multiple different archive types with dist. --- docs/markdown/snippets/dist-command.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/markdown/snippets/dist-command.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/dist-command.md b/docs/markdown/snippets/dist-command.md new file mode 100644 index 0000000..026b8cd --- /dev/null +++ b/docs/markdown/snippets/dist-command.md @@ -0,0 +1,10 @@ +## 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 +``` -- cgit v1.1