aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/diff_files.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-07-03 17:39:59 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2022-07-03 17:39:59 +0300
commit9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d (patch)
tree983bed70068da2fb12c7d5ecafb0bb31e2e99720 /docs/markdown/snippets/diff_files.md
parent51dad83d465363b9de18885d0047897f8a211e53 (diff)
downloadmeson-9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d.zip
meson-9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d.tar.gz
meson-9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d.tar.bz2
Finalize the release.0.63.0
Diffstat (limited to 'docs/markdown/snippets/diff_files.md')
-rw-r--r--docs/markdown/snippets/diff_files.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/diff_files.md b/docs/markdown/snippets/diff_files.md
deleted file mode 100644
index 3f425a2..0000000
--- a/docs/markdown/snippets/diff_files.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Diff files for wraps
-
-Wrap files can now define `diff_files`, a list of local patch files in `diff`
-format. Meson will apply the diff files after extracting or cloning the project,
-and after applying the overlay archive (`patch_*`). For this feature, the
-`patch` or `git` command-line tool must be available.