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:
0x5c 2022-03-30 02:05:43 -04:00 committed by Piotr
parent c0f8a18f08
commit b29e333bea
1 changed files with 7 additions and 1 deletions

View File

@ -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`.