diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2022-12-14 11:35:25 -0800 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-03-28 15:01:10 +0300 |
| commit | be092c252e180d2c7e1fc6639d9ebc56aac80fd1 (patch) | |
| tree | 35f92443b6f260f054d6eae601868b47b88ed5e0 /docs/markdown/IDE-integration.md | |
| parent | 4a014d17240f50059e20ccae3e9faaa395bdbf98 (diff) | |
| download | meson-be092c252e180d2c7e1fc6639d9ebc56aac80fd1.tar.gz | |
docs: replace most uses of `meson_options.txt` with `meson.options`
I've left the old release notes in place, but updated everything else to
use `meson.options`
Diffstat (limited to 'docs/markdown/IDE-integration.md')
| -rw-r--r-- | docs/markdown/IDE-integration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index eb3881ba2..d31606eb7 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -338,7 +338,7 @@ The output format is as follows: ```json [ "/Path/to/the/targets/meson.build", - "/Path/to/the/targets/meson_options.txt", + "/Path/to/the/targets/meson.options", "/Path/to/the/targets/subdir/meson.build" ] ``` |
