From 7458e762a3cb44e3cae6f96e2ee811535c576fef Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 26 Oct 2018 09:24:51 -0700 Subject: 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 --- docs/markdown/Custom-build-targets.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/markdown/Custom-build-targets.md') 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 -- cgit v1.2.3