From 25b0988d4e40d22d907169b4f73ff07b4cb7fd0e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 16 Aug 2022 16:12:35 -0400 Subject: docs: fix various references to "meson builddir" This is wrong, it should use "meson setup builddir". --- docs/markdown/Creating-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Creating-releases.md') 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. -- cgit v1.1