From 1f39c21972bb92da69adaadc9f7bad32460908f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 14 Nov 2021 11:57:58 -0300 Subject: [PATCH] Manual.md: clarify default build target --- Manual.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index b0afd6db1596..22d650b8c529 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).