diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2023-04-10 18:39:03 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-04-10 18:39:03 +0300 |
commit | 994ba8b5492f05d557fc1b350638f0d76d144777 (patch) | |
tree | 69fd5438153853320f5b9fcd9ea7f92e2ab86fa2 /docs/markdown/snippets/none-backend.md | |
parent | 8fc4649bfe7c0cad389769624e690e4fbf0f186f (diff) | |
download | meson-994ba8b5492f05d557fc1b350638f0d76d144777.zip meson-994ba8b5492f05d557fc1b350638f0d76d144777.tar.gz meson-994ba8b5492f05d557fc1b350638f0d76d144777.tar.bz2 |
Generate relnotes for 1.1.0.
Diffstat (limited to 'docs/markdown/snippets/none-backend.md')
-rw-r--r-- | docs/markdown/snippets/none-backend.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/markdown/snippets/none-backend.md b/docs/markdown/snippets/none-backend.md deleted file mode 100644 index 766430d..0000000 --- a/docs/markdown/snippets/none-backend.md +++ /dev/null @@ -1,4 +0,0 @@ -## New "none" backend - -The `--backend=none` option has been added, to configure a project that has no -build rules, only install rules. This avoids depending on ninja. |