aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Generating-sources.md
AgeCommit message (Collapse)AuthorFilesLines
2018-03-05doc: Fix a syntax error in an example in 'Generating sources'. [skip ci]TÖRÖK Attila1-1/+1
2018-03-04The "outputs" kwarg should be "output" and rewrapping. Closes #3166. [skip ci]Jussi Pakkanen1-15/+63
2018-02-22docs: Add a paragraph to the Manual about @EXTRA_ARGS@. [skip ci]TÖRÖK Attila1-0/+11
2018-02-11Re-link remaining github wiki urls to mesonbuild.com siteSami Kerola1-2/+2
2017-10-23docs: Remove unnecessary trailing whitespacesLuis Menina1-1/+1
2017-09-29fix typo?Reverend Homer1-1/+1
2017-07-17Added a missing closing parenthesis in the last exampleAlexis Jeandet1-1/+1
There was a missing parenthesis at the end of the last example.
2017-07-13docs: fixed meson syntax for Generating-sources.mdMarty Plummer1-2/+2
Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer1-0/+4
2017-05-01Fix typo in Generating-sources.mdJohn Gallagher1-1/+1
First `custom_target` example was missing a closing `'`.
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-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.