Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | 1 | -1/+1 | |
2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | 1 | -3/+4 | |
2020-06-18 | docs: replaced `ninja` with appropriate `meson` commands [skip ci] | TheQwertiest | 1 | -5/+15 | |
2019-07-01 | Describe array values in install_dir. [skip ci] | Jussi Pakkanen | 1 | -0/+21 | |
2019-05-22 | join_paths => / [skip ci] | Michael Hirsch, Ph.D | 1 | -1/+2 | |
2018-10-20 | Remove implicit compression of man pages | Michał Górny | 1 | -1/+1 | |
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-20 | Added documentation.testcommand | Jussi Pakkanen | 1 | -8/+37 | |
2018-03-19 | Add install_data() rename documentation | Aleksey Filippov | 1 | -0/+13 | |
2018-02-08 | Fixed typo | Martin Dagarin | 1 | -1/+1 | |
Fixed typo in section Other install commands, typo was in extension of data file | |||||
2017-10-23 | docs: Markdown headers don't need trailing hash signs | Luis Menina | 1 | -2/+2 | |
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-04 | Use American English: behaviour -> behavior | Peter Hutterer | 1 | -1/+1 | |
2017-05-03 | docs: add a short description for all top pages in the Manual | Peter Hutterer | 1 | -0/+4 | |
2017-05-01 | docs: replace occurences of set_install_script() | Ernestas Kulik | 1 | -1/+1 | |
The method has been replaced with add_install_script(). Signed-off-by: Ernestas Kulik <ernestas.kulik@gmail.com> | |||||
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -0/+70 | |
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. |