summaryrefslogtreecommitdiff
path: root/docs/markdown/Porting-from-autotools.md
AgeCommit message (Collapse)Author
2023-03-28docs: replace most uses of `meson_options.txt` with `meson.options`Dylan Baker
I've left the old release notes in place, but updated everything else to use `meson.options`
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-05-22join_paths => / [skip ci]Michael Hirsch, Ph.D
2019-01-08docs: recommend add_project_arguments instead of add_global_arguments [skip ci]Dylan Baker
As autotools doesn't have anything like wraps so it doesn't need to differentiate, but meson does so it should.
2018-08-19Scan markdown files for tabs.Jussi Pakkanen
2017-08-18docs: fix typoMohammed Sadiq
2017-07-31docs: Add gettext example to porting autotools guidePatrick Griffis
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade
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-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.