summaryrefslogtreecommitdiff
path: root/docs/markdown/Creating-Linux-binaries.md
AgeCommit message (Collapse)Author
2022-07-14docs: add some function linkification in code snippetsEli Schwartz
Let people easily find the documentation for concepts we are trying to teach.
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2019-01-20docs: Use modern shell constructs [skip ci]Hugo Locurcio
2018-01-22Typo.Stefan Seering
2017-08-24Rewrapped some markdown files.Jussi Pakkanen
2017-06-03docs: Fix broken page linksChris Mayo
2017-05-03doc: Fix broken Linux binary page.Elliott Sales de Andrade
All the dashes were replaced by spaces.
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
2017-05-01docs: replace occurences of set_install_script()Ernestas Kulik
The method has been replaced with add_install_script(). Signed-off-by: Ernestas Kulik <ernestas.kulik@gmail.com>
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.