diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-02 12:29:54 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-04 13:00:06 +0100 |
commit | 1290330894f5c2ad77684b1b3985a7ba17114ccb (patch) | |
tree | 9e8af491d6351b5131dd6999ff84f26ec065904f /docs | |
parent | c98987c19efabac06296c0e65692b7822db95a72 (diff) | |
download | meson-1290330894f5c2ad77684b1b3985a7ba17114ccb.zip meson-1290330894f5c2ad77684b1b3985a7ba17114ccb.tar.gz meson-1290330894f5c2ad77684b1b3985a7ba17114ccb.tar.bz2 |
rewriter: Renamed tgt_{add,rm} --> target_{add,rm}
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Rewriter.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Rewriter.md b/docs/markdown/Rewriter.md index 46b117e..332c9f7 100644 --- a/docs/markdown/Rewriter.md +++ b/docs/markdown/Rewriter.md @@ -175,7 +175,7 @@ The format for the type `target` is defined as follows: { "type": "target", "target": "target ID/name/assignment variable", - "operation": "one of ['src_add', 'src_rm', 'tgt_rm', 'tgt_add', 'info']", + "operation": "one of ['src_add', 'src_rm', 'target_rm', 'target_add', 'info']", "sources": ["list", "of", "source", "files", "to", "add, remove"], "subdir": "subdir where the new target should be added (only has an effect for operation 'tgt_add')", "target_type": "function name of the new target -- same as in the CLI (only has an effect for operation 'tgt_add')" |