Manual.md: Fix build_style desc for gnu-makefile
This commit is contained in:
parent
8fd0123f08
commit
6bf4be3b6b
1 changed files with 4 additions and 4 deletions
|
@ -407,20 +407,20 @@ set by default: `--prefix=/usr --sysconfdir=/etc --infodir=/usr/share/info --man
|
||||||
By default set to `make`.
|
By default set to `make`.
|
||||||
|
|
||||||
- `make_build_args` The arguments to be passed in to `${make_cmd}` at the build phase if
|
- `make_build_args` The arguments to be passed in to `${make_cmd}` at the build phase if
|
||||||
`${build_style}` is set to `configure`, `gnu-configure` or `gnu_makefile`
|
`${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile`
|
||||||
build methods. Unset by default.
|
build methods. Unset by default.
|
||||||
|
|
||||||
- `make_install_args` The arguments to be passed in to `${make_cmd}` at the `install-destdir`
|
- `make_install_args` The arguments to be passed in to `${make_cmd}` at the `install-destdir`
|
||||||
phase if `${build_style}` is set to `configure`, `gnu-configure` or
|
phase if `${build_style}` is set to `configure`, `gnu-configure` or
|
||||||
`gnu_makefile` build methods. By default set to
|
`gnu-makefile` build methods. By default set to
|
||||||
`PREFIX=/usr DESTDIR=${DESTDIR}`.
|
`PREFIX=/usr DESTDIR=${DESTDIR}`.
|
||||||
|
|
||||||
- `make_build_target` The target to be passed in to `${make_cmd}` at the build phase if
|
- `make_build_target` The target to be passed in to `${make_cmd}` at the build phase if
|
||||||
`${build_style}` is set to `configure`, `gnu-configure` or `gnu_makefile`
|
`${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile`
|
||||||
build methods. Unset by default (`all` target).
|
build methods. Unset by default (`all` target).
|
||||||
|
|
||||||
- `make_install_target` The target to be passed in to `${make_cmd}` at the `install-destdir` phase
|
- `make_install_target` The target to be passed in to `${make_cmd}` at the `install-destdir` phase
|
||||||
if `${build_style}` is set to `configure`, `gnu-configure` or `gnu_makefile`
|
if `${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile`
|
||||||
build methods. By default set to `install`.
|
build methods. By default set to `install`.
|
||||||
|
|
||||||
- `patch_args` The arguments to be passed in to the `patch(1)` command when applying
|
- `patch_args` The arguments to be passed in to the `patch(1)` command when applying
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue