summaryrefslogtreecommitdiff
path: root/docs/markdown/Installing.md
AgeCommit message (Collapse)Author
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
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2019-07-01Describe array values in install_dir. [skip ci]Jussi Pakkanen
2019-05-22join_paths => / [skip ci]Michael Hirsch, Ph.D
2018-10-20Remove implicit compression of man pagesMichał Górny
Remove the code responsible for implicitly compressing manpages as .gz files. It has been established that manpage compression is a distro packager's task, with existing distros already having their own implementations of compression. Fixes #4330
2018-06-20Added documentation.Jussi Pakkanen
2018-03-19Add install_data() rename documentationAleksey Filippov
2018-02-08Fixed typoMartin Dagarin
Fixed typo in section Other install commands, typo was in extension of data file
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: behaviour -> behaviorPeter Hutterer
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.