summaryrefslogtreecommitdiff
path: root/docs/RELEASE-HOWTO.md
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-15 14:08:57 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-15 14:08:57 +0100
commit9957dd59b04bafb13b3e4ef5dfd0a344972f70b7 (patch)
tree3f575c285fda473d635bb4c7ceb9ec72ca57de2e /docs/RELEASE-HOWTO.md
parent12b155eae7788cd6368c3d54dbfaeaff0766eefd (diff)
downloadgtk+-9957dd59b04bafb13b3e4ef5dfd0a344972f70b7.tar.gz
docs: Update references to Meson CLI utilities
The separate `mesonconf` and `mesontest` binaries have been deprecated, in favour of `meson` sub-commands.
Diffstat (limited to 'docs/RELEASE-HOWTO.md')
-rw-r--r--docs/RELEASE-HOWTO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RELEASE-HOWTO.md b/docs/RELEASE-HOWTO.md
index c47d95fb3d..716eac60b9 100644
--- a/docs/RELEASE-HOWTO.md
+++ b/docs/RELEASE-HOWTO.md
@@ -54,7 +54,7 @@ $ ninja -C _build gtk40-properties-pot
release. **Note**: this is critical, a slip-up here will cause the soname
to change.
- 6. Make sure that `mesontest` is happy (`ninja dist` will also run the test
+ 6. Make sure that `meson test` is happy (`ninja dist` will also run the test
suite, but it's better to catch issues before committing and tagging
the release). Typical problems to expect here (depending on whether this
is a devel snapshot or a stable release):