aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Rewriter.md
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-03-02 17:41:25 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-03-04 13:00:29 +0100
commite724fd5438a20836be1b270c1f851502ac97fdd4 (patch)
treef1daabd4671eafffa37555cb5705b2ad5e5f7772 /docs/markdown/Rewriter.md
parentff5e7eb104d015c462fdae2de76c967bf00c27ad (diff)
downloadmeson-e724fd5438a20836be1b270c1f851502ac97fdd4.zip
meson-e724fd5438a20836be1b270c1f851502ac97fdd4.tar.gz
meson-e724fd5438a20836be1b270c1f851502ac97fdd4.tar.bz2
rewriter: Handle duplicate target
Diffstat (limited to 'docs/markdown/Rewriter.md')
-rw-r--r--docs/markdown/Rewriter.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Rewriter.md b/docs/markdown/Rewriter.md
index b88b4a8..8d46597 100644
--- a/docs/markdown/Rewriter.md
+++ b/docs/markdown/Rewriter.md
@@ -63,7 +63,8 @@ exe1 = executable('testExe', src)
In this case, `exe1` could also have been used for the target name. This is
possible because the rewriter also searches for assignments and unique meson
-IDs, which can be acquired with introspection.
+IDs, which can be acquired with introspection. If there are multiple targets
+with the same name, meson will do nothing and print an error message.
For more information see the help output of the rewriter target command.