Manual.md: document the check functions
The pre_/do_/post_check functions were not listed in the list of building phase functions, and were not mentioned elsewhere (do_check was mentioned once). This documents their existence.
This commit is contained in:
parent
c0f8a18f08
commit
b29e333bea
1 changed files with 7 additions and 1 deletions
|
@ -1101,7 +1101,13 @@ still be passed in if it's a GNU configure script.
|
|||
|
||||
- `post_build()` Actions to execute after `do_build()`.
|
||||
|
||||
- `pre_install()` Actions to execute after `post_build()`.
|
||||
- `pre_check()` Actions to execute after `post_build()`.
|
||||
|
||||
- `do_check()` Actions to execute to run checks for the package.
|
||||
|
||||
- `post_check()` Actions to execute after `do_check()`.
|
||||
|
||||
- `pre_install()` Actions to execute after `post_check()`.
|
||||
|
||||
- `do_install()` Actions to execute to install the package files into the `fake destdir`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue