summaryrefslogtreecommitdiff
path: root/docs/markdown/Generating-sources.md
AgeCommit message (Collapse)Author
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
The word "cannot" expresses inability to do something whereas "can not" expresses the ability to refrain from doing something.
2023-02-24docs: fix bad advice to use python module to find pythonEli Schwartz
2022-10-23Fix typos in docsElliott Sales de Andrade
2021-10-03docs: Fix broken linksDaniel Mensinger
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-07-16Docs: Fix brackets in generator examples [ci skip]ePirat
2019-03-10docs: fix typo in link anchor [skip ci]Will Thompson
2019-02-28Revert "Improve declare_dependency() example in Generating-sources.md [skip ci]"Jussi Pakkanen
This reverts commit 67a01c8d7fc8a4e1c237329ecad4af162186b4ba.
2019-02-26Improve declare_dependency() example in Generating-sources.md [skip ci]Martin Ejdestig
By using private_dir_include() instead of enumerating headers in sources of declare_dependency. Much more convenient, especially when there are many headers. Found out about this by reading #4638. It is not documented anywhere as far as I can tell.
2018-10-27No tabs, only spaces. [skip ci]Jussi Pakkanen
2018-10-27docs: Add documentation to custom_targets for codegen [skip ci]Dylan Baker
Including the following that has come up several times recent: - How to use codegen for headers (that each target that uses the header needs the object in it's sources) - Using custom_targets with multiple outputs
2018-03-05doc: Fix a syntax error in an example in 'Generating sources'. [skip ci]TÖRÖK Attila
2018-03-04The "outputs" kwarg should be "output" and rewrapping. Closes #3166. [skip ci]Jussi Pakkanen
2018-02-22docs: Add a paragraph to the Manual about @EXTRA_ARGS@. [skip ci]TÖRÖK Attila
2018-02-11Re-link remaining github wiki urls to mesonbuild.com siteSami Kerola
2017-10-23docs: Remove unnecessary trailing whitespacesLuis Menina
2017-09-29fix typo?Reverend Homer
2017-07-17Added a missing closing parenthesis in the last exampleAlexis Jeandet
There was a missing parenthesis at the end of the last example.
2017-07-13docs: fixed meson syntax for Generating-sources.mdMarty Plummer
Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
2017-05-01Fix typo in Generating-sources.mdJohn Gallagher
First `custom_target` example was missing a closing `'`.
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.