diff options
| author | Luis Menina <luis.menina@external.softbankrobotics.com> | 2017-10-23 11:23:58 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-23 18:43:04 +0200 |
| commit | 36eb7bf0aaec8428299927b1131341d903df2670 (patch) | |
| tree | 9133a224ad55c554b515464f236ca6771e8a01b5 /docs/markdown/Custom-build-targets.md | |
| parent | be36b0554484f3c015195ecd4199060cf71fd0b1 (diff) | |
| download | meson-36eb7bf0aaec8428299927b1131341d903df2670.tar.gz | |
docs: Markdown headers don't need trailing hash signs
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/
Diffstat (limited to 'docs/markdown/Custom-build-targets.md')
| -rw-r--r-- | docs/markdown/Custom-build-targets.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Custom-build-targets.md b/docs/markdown/Custom-build-targets.md index 8bd31dba2..30a16e344 100644 --- a/docs/markdown/Custom-build-targets.md +++ b/docs/markdown/Custom-build-targets.md @@ -27,7 +27,7 @@ This would generate the binary `output.bin` and install it to `${prefix}/subdir/output.bin`. Variable substitution works just like it does for source generation. -## Details on compiler invocations ## +## Details on compiler invocations Meson only permits you to specify one command to run. This is by design as writing shell pipelines into build definition files leads to |
