aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Installing.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md
index 2ad3417..59cd813 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]],