summaryrefslogtreecommitdiff
path: root/docs/markdown/Custom-build-targets.md
AgeCommit message (Collapse)Author
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-09-29Improve documentation about using shell in custom_target() [skip ci]Jon Turney
Add a note about the portability of using shell constructs in the custom_target() command.
2020-02-23Update Custom-build-targets.mdadamjalkemo
Use the declared variables infile and outfile
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
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-08-26Rewrapped more files.Jussi Pakkanen
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
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.