aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Commands.md
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-01-20 20:36:48 -0500
committerEli Schwartz <eschwartz93@gmail.com>2024-01-20 20:37:05 -0500
commit760d8d50b67ac2cf57ca6a450079885072b7a068 (patch)
treec4478aa383a137822f32b061e589b4574c186f0c /docs/markdown/Commands.md
parent33527630f1bd0e51093044016557cb44e7bb6547 (diff)
downloadmeson-760d8d50b67ac2cf57ca6a450079885072b7a068.zip
meson-760d8d50b67ac2cf57ca6a450079885072b7a068.tar.gz
meson-760d8d50b67ac2cf57ca6a450079885072b7a068.tar.bz2
docs: fix another regression in having functional docs
In commit 83a973ca04cf53dd98ff487b4273155b82cf554a a bunch of strange changes were made, that were not even tested. Make sure people get the correct command for running coverage targets.
Diffstat (limited to 'docs/markdown/Commands.md')
-rw-r--r--docs/markdown/Commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md
index 3fcdedd..831cba8 100644
--- a/docs/markdown/Commands.md
+++ b/docs/markdown/Commands.md
@@ -114,7 +114,7 @@ meson compile foo:shared_library foo:static_library bar
Produce a coverage html report (if available):
```
-meson compile coverage-html
+ninja coverage-html
```
### dist