aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Commands.md
AgeCommit message (Collapse)AuthorFilesLines
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen1-9/+9
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen1-14/+27
2021-01-13Fix misspellsAntonin Décimo1-1/+1
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
2021-01-11doc: fix invalid Commands.md example for introspect [skip ci]Eli Schwartz1-1/+1
It requires at least one option argument, and the one that provides "basic information" about the project is --projectinfo, so let's use that to demo the command. Fixes #8182
2021-01-10Hotdoc: use template for Commands.md instead of generating the entire file ↵Eli Schwartz1-0/+252
(#8154) * doc: fix hotdoc misuse for dynamically generated content hotdoc has a native include feature for including files inline. Use this to generate one file for each dynamically generated code block, and include that file in Commands.md; see: https://hotdoc.github.io/syntax-extensions.html#smart-file-inclusion-syntax This permits us to move back to using the in-tree version of the hotdoc *.md sources, thus fixing the incorrect inclusion of "builddir/" in the "Edit on github" links which resulted from using copies as the source. Fixes #8061 * doc: call the dummy file a "stamp" as it is a better known term
2020-06-30Made Commands.md dynamically generated (#7346)TheQwertiest1-658/+0
2020-06-29Added ability to specify target in `meson compile`TheQwertiest1-5/+34
2020-06-28Added ability to pass arguments to backend in `meson compile`TheQwertiest1-1/+30
2020-06-21mcompile: Add --verbose modeIgor Raits1-0/+2
Closes: https://github.com/mesonbuild/meson/issues/7352 Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest1-17/+3
2020-06-16doc: Fix missing --force-fallback-for documentationXavier Claessens1-0/+8
2020-06-15Added docs for all meson commands + corresponding unit test (#7217)TheQwertiest1-0/+604