aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-02-27 16:29:31 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-03-04 13:00:06 +0100
commitd4fe805a51d5a8e9b39c1f4d51b132891c84169b (patch)
treee4182a08ebbc02a6df67fc399a2a08cbdde9e2ad /docs/markdown/snippets
parentc4708c28f248c822339046cd053ddc9f9ac6786f (diff)
downloadmeson-d4fe805a51d5a8e9b39c1f4d51b132891c84169b.zip
meson-d4fe805a51d5a8e9b39c1f4d51b132891c84169b.tar.gz
meson-d4fe805a51d5a8e9b39c1f4d51b132891c84169b.tar.bz2
rewriter: Added docs
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/rewriter.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/markdown/snippets/rewriter.md b/docs/markdown/snippets/rewriter.md
new file mode 100644
index 0000000..7a4621d
--- /dev/null
+++ b/docs/markdown/snippets/rewriter.md
@@ -0,0 +1,18 @@
+## Meson file rewriter
+
+This release adds the functionality to perform some basic modification
+on the `meson.build` files from the command line. The currently
+supported operations are:
+
+- For build targets:
+ - Add/Remove source files
+ - Add/Remove targets
+ - Modify a select set of kwargs
+ - Print some JSON information
+- For dependencies:
+ - Modify a select set of kwargs
+- For the project function:
+ - Modify a select set of kwargs
+ - Modify the default options list
+
+For more information see the rewriter documentation.