diff options
author | laanwj <126646+laanwj@users.noreply.github.com> | 2022-02-04 16:23:53 +0100 |
---|---|---|
committer | laanwj <126646+laanwj@users.noreply.github.com> | 2022-02-04 17:03:31 +0100 |
commit | 42c202893b879d1bda54624d44c90b28143fc167 (patch) | |
tree | ec742c6b93c9efb452b99b511ae9fe6485243f76 /doc/release-process.md | |
parent | a5edd191be93aff8f9c0f60f04e711e2e78ecc77 (diff) |
doc: Fix gen-manpages, rewrite in Python
Rewrite the manual page generation script in Python.
This:
- Solves '-' stripping issue (fixes #22681)
- Makes that copyright footer is generated again
Diffstat (limited to 'doc/release-process.md')
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index f786b345b1..5b87abd8f6 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -6,7 +6,7 @@ Release Process ### Before every release candidate * Update translations see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#synchronising-translations). -* Update manpages, see [gen-manpages.sh](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-manpagessh). +* Update manpages, see [gen-manpages.py](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/README.md#gen-manpagespy). * Update release candidate version in `configure.ac` (`CLIENT_VERSION_RC`). ### Before every major and minor release |