diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-25 13:35:15 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-25 13:35:24 +0200 |
commit | bae178f3ca787d7d8896b1f880997423bb2af738 (patch) | |
tree | 33b99a86d0445dc60482f8d8792e0f3ea8267ef7 /doc | |
parent | b694b0d5a5b4f9c5cb6d87c928052ef2a05ad5f1 (diff) | |
parent | b1948723c9bc045aa43a7a2771c62d413bfd0e20 (diff) |
Merge #8743: Remove old manpages from contrib/debian in favour of doc/man
b194872 Remove old manpages from contrib/debian (fanquake)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 394b159b31..04d9473c20 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -5,6 +5,8 @@ Before every release candidate: * Update translations (ping wumpus on IRC) 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). + Before every minor and major release: * Update [bips.md](bips.md) to account for changes since the last release. |