summaryrefslogtreecommitdiff
path: root/docs/markdown/Using-multiple-build-directories.md
AgeCommit message (Collapse)Author
2022-09-14docs: note the automatic creation of gitignore in build directoriesEli Schwartz
2022-08-16docs: fix various references to "meson builddir"Eli Schwartz
This is wrong, it should use "meson setup builddir".
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-10-23docs: Markdown headers don't need trailing hash signsLuis Menina
This is a cosmetic change because github seems to interpret those correctly. Nonetheless, it adds unnecessary noise and makes people modifying the pages think it might be needed. See syntax guide at https://guides.github.com/features/mastering-markdown/
2017-05-04Use American English - 'ise' -> 'ize' where applicablePeter Hutterer
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade
Upper or lower case depending on the official spelling, or the more consistent usage.
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-05-03docs: fix missing build directoryPeter Hutterer
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.