Update docs about make manpages

This commit is contained in:
Duke Leto
2022-09-19 11:43:37 -04:00
parent bf039e3665
commit afcedbd06a
2 changed files with 3 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ Install deps on Linux:
- To make a pre-release "beta" you can modify `CLIENT_VERSION_BUILD` but that is rarely done in Hush world.
- A `CLIENT_VERSION_BUILD` of 50 means "actual non-beta release"
- Make sure to keep the values in configure.ac and src/clientversion.h the same. The variables are prefixed wth an underscore in configure.ac
- Run ./util/gen-manpages.sh, commit + push results
- Run `make manpages`, commit + push results
- PROTIP: Man page creation must be done after updating the version number and recompiling and before Debian package creation
- Update checkpoints in src/chainparams.cpp via util/checkpoints.pl
- checkpoints.pl will just generate the data you need, it must be manually copied into the correct place