aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Generating-sources.md
diff options
context:
space:
mode:
authorReverend Homer <mk.43.ecko@gmail.com>2017-09-29 15:46:50 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-09-29 20:18:32 +0300
commitfd339759f20192ff9c464c112b27e402c7e42cbb (patch)
treea9cb2682f5a9f9e3053ca96d755736636f9453fc /docs/markdown/Generating-sources.md
parentc654e58c538cc0174266e4604b2291630ee9f6b9 (diff)
downloadmeson-fd339759f20192ff9c464c112b27e402c7e42cbb.zip
meson-fd339759f20192ff9c464c112b27e402c7e42cbb.tar.gz
meson-fd339759f20192ff9c464c112b27e402c7e42cbb.tar.bz2
fix typo?
Diffstat (limited to 'docs/markdown/Generating-sources.md')
-rw-r--r--docs/markdown/Generating-sources.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Generating-sources.md b/docs/markdown/Generating-sources.md
index c251805..c5e338d 100644
--- a/docs/markdown/Generating-sources.md
+++ b/docs/markdown/Generating-sources.md
@@ -31,7 +31,7 @@ gen_src = custom_target('gen-output',
'--h-out', '@OUTPUT1@'])
```
-The `@INPUT@` there will be transformed to `'out.c' 'out.h'`. Just like the output, you can also refer to each input file individually by index.
+The `@INPUT@` there will be transformed to `'somefile1.c' 'file2.c'`. Just like the output, you can also refer to each input file individually by index.
Then you just put that in your program and you're done.