From e4538a0362b8a68922c7808dfa1a235dd71037bf Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sun, 13 Nov 2022 16:42:05 +0100 Subject: docs: installation tags for the GNOME module PR #10826 adds a couple of missing installation tags for the GNOME module, ensure we document these. --- docs/markdown/Installing.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md index eab2364f3..a692afe7d 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()`. -- cgit v1.2.3