diff --git a/Manual.md b/Manual.md index af5f698deb..8ec755499b 100644 --- a/Manual.md +++ b/Manual.md @@ -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`.