aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Feature-autodetection.md
diff options
context:
space:
mode:
authorTheQwertiest <qwertiest@mail.ru>2020-06-30 18:32:27 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2020-06-30 23:52:31 +0300
commit83a973ca04cf53dd98ff487b4273155b82cf554a (patch)
treeb060a4df04b2a3868c1df22db4daa62fc03aa6c3 /docs/markdown/Feature-autodetection.md
parent9e0db0a05ed146b48dc56cc95a6a85b99f93fc8a (diff)
downloadmeson-83a973ca04cf53dd98ff487b4273155b82cf554a.zip
meson-83a973ca04cf53dd98ff487b4273155b82cf554a.tar.gz
meson-83a973ca04cf53dd98ff487b4273155b82cf554a.tar.bz2
Replaced `ninja` with `meson` [skip ci]
Diffstat (limited to 'docs/markdown/Feature-autodetection.md')
-rw-r--r--docs/markdown/Feature-autodetection.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Feature-autodetection.md b/docs/markdown/Feature-autodetection.md
index a568313..4d366d9 100644
--- a/docs/markdown/Feature-autodetection.md
+++ b/docs/markdown/Feature-autodetection.md
@@ -28,7 +28,7 @@ the binaries `gcovr`, `lcov` and `genhtml`. If version 3.3 or higher
of the first is found, targets called *coverage-text*, *coverage-xml*
and *coverage-html* are generated. Alternatively, if the latter two
are found, only the target *coverage-html* is generated. Coverage
-reports can then be produced simply by calling e.g. `ninja
+reports can then be produced simply by calling e.g. `meson compile
coverage-xml`. As a convenience, a high-level *coverage* target is
also generated which will produce all 3 coverage report types, if
possible.