Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/yaml/functions/_build_target_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ kwargs:
install:
type: bool
default: false
description: When set to true, this executable should be installed.
description: When set to true, this file should be installed.
Copy link
Member

@dcbaker dcbaker Oct 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still a little misleading because of Vala targets...

Maybe: When set to true, all outputs of this build_target will be installed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That problem applied to all the other install* docs as well then


install_dir:
type: str
Expand Down