aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Adding-new-projects-to-wrapdb.md
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-12-14 11:35:25 -0800
committerJussi Pakkanen <jpakkane@gmail.com>2023-03-28 15:01:10 +0300
commitbe092c252e180d2c7e1fc6639d9ebc56aac80fd1 (patch)
tree35f92443b6f260f054d6eae601868b47b88ed5e0 /docs/markdown/Adding-new-projects-to-wrapdb.md
parent4a014d17240f50059e20ccae3e9faaa395bdbf98 (diff)
downloadmeson-be092c252e180d2c7e1fc6639d9ebc56aac80fd1.zip
meson-be092c252e180d2c7e1fc6639d9ebc56aac80fd1.tar.gz
meson-be092c252e180d2c7e1fc6639d9ebc56aac80fd1.tar.bz2
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/Adding-new-projects-to-wrapdb.md')
-rw-r--r--docs/markdown/Adding-new-projects-to-wrapdb.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Adding-new-projects-to-wrapdb.md b/docs/markdown/Adding-new-projects-to-wrapdb.md
index 03998cd..0e00d16 100644
--- a/docs/markdown/Adding-new-projects-to-wrapdb.md
+++ b/docs/markdown/Adding-new-projects-to-wrapdb.md
@@ -106,7 +106,7 @@ Remember that all files go in the directory
`subprojects/packagefiles/<project-name>`.
```
-${EDITOR} meson.build meson_options.txt
+${EDITOR} meson.build meson.options
```
In order to apply the locally added build files to the upstream