aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/subprojects_packagefiles.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-10-24 18:45:35 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-10-24 18:45:35 +0300
commit39c268ce0d3c395ce53ef8231f0b6107f6c686bd (patch)
treefff1beb32c2a88d31d0f8ac6cccc2dd177b9db6c /docs/markdown/snippets/subprojects_packagefiles.md
parentf64e5cee6bc7ab8c00c31f341afc6043867773d0 (diff)
downloadmeson-39c268ce0d3c395ce53ef8231f0b6107f6c686bd.zip
meson-39c268ce0d3c395ce53ef8231f0b6107f6c686bd.tar.gz
meson-39c268ce0d3c395ce53ef8231f0b6107f6c686bd.tar.bz2
Create release notes page for 0.60.
Diffstat (limited to 'docs/markdown/snippets/subprojects_packagefiles.md')
-rw-r--r--docs/markdown/snippets/subprojects_packagefiles.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/markdown/snippets/subprojects_packagefiles.md b/docs/markdown/snippets/subprojects_packagefiles.md
deleted file mode 100644
index 7628f54..0000000
--- a/docs/markdown/snippets/subprojects_packagefiles.md
+++ /dev/null
@@ -1,11 +0,0 @@
-## New `subprojects packagefiles` subcommand
-
-It is now possible to re-apply `meson.build` overlays (`patch_filename` or
-`patch_directory` in the wrap ini file) after a subproject was downloaded and
-set up, via `meson subprojects packagefiles --apply <wrap-name>`.
-
-It is also possible for `patch_directory` overlays in a `[wrap-file]`, to copy
-the packagefiles out of the subproject and back into `packagefiles/<patch_directory>/`
-via `meson subprojects packagefiles --save <wrap-name>`. This is useful for
-testing an edit in the subproject and then saving it back to the overlay which
-is checked into git.