diff options
author | Kleis Auke Wolthuizen <github@kleisauke.nl> | 2022-11-13 16:42:05 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2022-11-13 11:16:37 -0500 |
commit | e4538a0362b8a68922c7808dfa1a235dd71037bf (patch) | |
tree | 6ce6f10a1a75ebc1c3dff494fc5c1c71861a9222 /docs | |
parent | 611bd4e6dbbf4c88321bebe3b35e4bd3d9a0e5a2 (diff) | |
download | meson-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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Installing.md | 9 |
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()`. |