aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md
diff options
context:
space:
mode:
authorGonzalo Tornaría <tornaria@cmat.edu.uy>2021-11-14 11:57:58 -0300
committerÉrico Nogueira Rolim <34201958+ericonr@users.noreply.github.com>2021-11-14 15:37:24 -0300
commit90ba0d8ef04c4bf061b9f6db2a8aa156f87a9b1c (patch)
tree7c38c6957f05bc36be78099b45f060b695080e8b /Manual.md
parentgrowlight: update to 1.2.37. (diff)
Manual.md: clarify default build target
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md5
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).