summaryrefslogtreecommitdiff
path: root/docs/markdown/Custom-build-targets.md
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-10-26 09:24:51 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2018-10-27 16:07:14 +0300
commit7458e762a3cb44e3cae6f96e2ee811535c576fef (patch)
treeb12333d87996a3f2867600c830156ae298ff1c94 /docs/markdown/Custom-build-targets.md
parent198d4b83b902b349c22df4583a4b8fce4d4d58fc (diff)
downloadmeson-7458e762a3cb44e3cae6f96e2ee811535c576fef.tar.gz
docs: Add documentation to custom_targets for codegen [skip ci]
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
Diffstat (limited to 'docs/markdown/Custom-build-targets.md')
-rw-r--r--docs/markdown/Custom-build-targets.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Custom-build-targets.md b/docs/markdown/Custom-build-targets.md
index 30a16e344..9a0f2a15b 100644
--- a/docs/markdown/Custom-build-targets.md
+++ b/docs/markdown/Custom-build-targets.md
@@ -27,6 +27,8 @@ 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.
+See [Generating Sources](Generating-sources.md) for more information on this topic.
+
## Details on compiler invocations
Meson only permits you to specify one command to run. This is by