summaryrefslogtreecommitdiff
path: root/docs/markdown/IndepthTutorial.md
AgeCommit message (Collapse)Author
2022-08-16docs: fix various references to "meson builddir"Eli Schwartz
This is wrong, it should use "meson setup builddir".
2022-06-10fix typo in IndepthTutorial.mdff
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2017-05-03docs: replace 'meson build' with 'meson builddir'Peter Hutterer
Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.