aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortextshell <textshell@users.noreply.github.com>2018-12-30 22:34:57 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-06 12:19:32 +0100
commit1e374feb1ce09e866f9625a3ea378b58fddaf768 (patch)
tree6163260a3855742b0a5c1002631b93d5352d07cb /docs
parent8ac5b36c70ba0cee69c791576160641807aec032 (diff)
downloadmeson-1e374feb1ce09e866f9625a3ea378b58fddaf768.zip
meson-1e374feb1ce09e866f9625a3ea378b58fddaf768.tar.gz
meson-1e374feb1ce09e866f9625a3ea378b58fddaf768.tar.bz2
Update docs/markdown/IDE-integration.md
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/IDE-integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md
index 639f4a0..1b79c74 100644
--- a/docs/markdown/IDE-integration.md
+++ b/docs/markdown/IDE-integration.md
@@ -38,7 +38,7 @@ The most important file for an IDE is probably `intro-targets.json`. Here each t
"name": "Name of the target",
"id": "The internal ID meson uses",
"type": "<TYPE>",
- "filename": ["list", "of", "generate", "files"],
+ "filename": ["list", "of", "generated", "files"],
"build_by_default": true / false,
"sources": [],
"installed": true / false,