aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Creating-releases.md
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-08-16 16:12:35 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-08-16 16:18:18 -0400
commit25b0988d4e40d22d907169b4f73ff07b4cb7fd0e (patch)
treeb5cdc4588cc1856a00126fb28d09b4fbd1bb9079 /docs/markdown/Creating-releases.md
parent33a5352e3c56c3d245aed48005515f097ab2ab53 (diff)
downloadmeson-25b0988d4e40d22d907169b4f73ff07b4cb7fd0e.zip
meson-25b0988d4e40d22d907169b4f73ff07b4cb7fd0e.tar.gz
meson-25b0988d4e40d22d907169b4f73ff07b4cb7fd0e.tar.bz2
docs: fix various references to "meson builddir"
This is wrong, it should use "meson setup builddir".
Diffstat (limited to 'docs/markdown/Creating-releases.md')
-rw-r--r--docs/markdown/Creating-releases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Creating-releases.md b/docs/markdown/Creating-releases.md
index dfdc579..638125c 100644
--- a/docs/markdown/Creating-releases.md
+++ b/docs/markdown/Creating-releases.md
@@ -82,7 +82,7 @@ For example:
```sh
git clone https://github.com/myproject
cd myproject/subprojects/mysubproject
-meson builddir
+meson setup builddir
meson dist -C builddir
```
This produces `builddir/meson-dist/mysubproject-1.0.tar.xz` tarball.