From be092c252e180d2c7e1fc6639d9ebc56aac80fd1 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 14 Dec 2022 11:35:25 -0800 Subject: 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` --- docs/markdown/IDE-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/IDE-integration.md') 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" ] ``` -- cgit v1.2.3