diff options
| author | 2021-11-14 11:57:58 -0300 | |
|---|---|---|
| committer | 2021-11-14 15:37:24 -0300 | |
| commit | 90ba0d8ef04c4bf061b9f6db2a8aa156f87a9b1c (patch) | |
| tree | 7c38c6957f05bc36be78099b45f060b695080e8b /Manual.md | |
| parent | growlight: update to 1.2.37. (diff) | |
Manual.md: clarify default build target
Diffstat (limited to 'Manual.md')
| -rw-r--r-- | Manual.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Manual.md b/Manual.md index b0afd6db159..22d650b8c52 100644 --- a/Manual.md +++ b/Manual.md @@ -581,8 +581,9 @@ phase if `${build_style}` is set to `configure`, `gnu-configure` or `PREFIX=/usr DESTDIR=${DESTDIR}`. - `make_build_target` The build target. If `${build_style}` is set to `configure`, `gnu-configure` -or `gnu-makefile`, this is the target passed to `${make_cmd}` in the build phase; when unset, it -defaults to `all`. If `${build_style}` is `python3-pep517`, this is the path of the package +or `gnu-makefile`, this is the target passed to `${make_cmd}` in the build phase; +when unset the default target is used. +If `${build_style}` is `python3-pep517`, this is the path of the package directory that should be built as a Python wheel; when unset, defaults to `.` (the current directory with respect to the build). |
