aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKleis Auke Wolthuizen <github@kleisauke.nl>2022-11-13 16:42:05 +0100
committerXavier Claessens <xclaesse@gmail.com>2022-11-13 11:16:37 -0500
commite4538a0362b8a68922c7808dfa1a235dd71037bf (patch)
tree6ce6f10a1a75ebc1c3dff494fc5c1c71861a9222
parent611bd4e6dbbf4c88321bebe3b35e4bd3d9a0e5a2 (diff)
downloadmeson-e4538a0362b8a68922c7808dfa1a235dd71037bf.zip
meson-e4538a0362b8a68922c7808dfa1a235dd71037bf.tar.gz
meson-e4538a0362b8a68922c7808dfa1a235dd71037bf.tar.bz2
docs: installation tags for the GNOME module
PR #10826 adds a couple of missing installation tags for the GNOME module, ensure we document these.
-rw-r--r--docs/markdown/Installing.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md
index eab2364..a692afe 100644
--- a/docs/markdown/Installing.md
+++ b/docs/markdown/Installing.md
@@ -153,14 +153,19 @@ time, please help extending the list of well known categories.
* [[install_headers]],
* `pkgconfig.generate()`,
* `gnome.generate_gir()` - `.gir` file,
+ * `gnome.generate_vapi()` - `.vapi` file (*Since 0.64.0*),
* Files installed into `libdir` and with `.a` or `.pc` extension,
- * File installed into `includedir`.
+ * File installed into `includedir`,
+ * Generated header files installed with `gnome.compile_resources()`,
+ `gnome.genmarshal()`, `gnome.mkenums()`, `gnome.mkenums_simple()`
+ and `gnome.gdbus_codegen()` (*Since 0.64.0*).
- `runtime`:
* [[executable]],
* [[shared_library]],
* [[shared_module]],
* [[jar]],
- * Files installed into `bindir`.
+ * `gnome.compile_resources()` - `.gresource` file (*Since 0.64.0*),
+ * Files installed into `bindir`,
* Files installed into `libdir` and with `.so` or `.dll` extension.
- `python-runtime`:
* `python.install_sources()`.