docs: Update references to Meson CLI utilities

The separate `mesonconf` and `mesontest` binaries have been deprecated,
in favour of `meson` sub-commands.
This commit is contained in:
Emmanuele Bassi 2017-08-15 14:08:57 +01:00
parent 12b155eae7
commit 9957dd59b0
3 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ $ ninja
You can run the test suite using: You can run the test suite using:
```sh ```sh
$ mesontest $ meson test
``` ```
And, finally, you can install GTK+ using: And, finally, you can install GTK+ using:

View File

@ -54,7 +54,7 @@ $ ninja -C _build gtk40-properties-pot
release. **Note**: this is critical, a slip-up here will cause the soname release. **Note**: this is critical, a slip-up here will cause the soname
to change. 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 suite, but it's better to catch issues before committing and tagging
the release). Typical problems to expect here (depending on whether this the release). Typical problems to expect here (depending on whether this
is a devel snapshot or a stable release): is a devel snapshot or a stable release):

View File

@ -56,7 +56,7 @@ How to compile GTK+ itself
</para> </para>
<para> <para>
You can get a list of all available options for the build by You can get a list of all available options for the build by
running <application>mesonconf</application>. running <application>meson configure</application>.
</para> </para>
<para> <para>
After Meson successfully configured the build directory, you then After Meson successfully configured the build directory, you then