diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md index 2ad341715..59cd8137d 100644 --- a/docs/markdown/Installing.md +++ b/docs/markdown/Installing.md @@ -176,6 +176,12 @@ time, please help extending the list of well known categories. * Files installed into `localedir`. - `typelib`: * `gnome.generate_gir()` - `.typelib` file. +- `bin`: + * Scripts and executables bundled with a library meant to be used by end + users. +- `bin-devel`: + * Scripts and executables bundled with a library meant to be used by + developers (i.e. build tools). Custom installation tag can be set using the `install_tag` keyword argument on various functions such as [[custom_target]], [[configure_file]],