Merge bitcoin/bitcoin#33348: contrib: add bitcoin binary to gen-manpages

53e6db91ef contrib: add placeholder manpage for bitcoin binary (fanquake)
f5887a8de4 contrib: add bitcoin binary to gen-manpages (fanquake)

Pull request description:

  This was missed in #31375.

ACKs for top commit:
  dergoegge:
    ACK 53e6db91ef

Tree-SHA512: ff283ee02fadb57dbb335425d0348533b1322c6de323020f3ce5b6f01ff958cc731cb2191b8a774cd6a53b462f831e0ee86bbd522283357a6f6121962ef0abf1
This commit is contained in:
merge-script
2025-09-09 11:54:01 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import tempfile
import argparse
BINARIES = [
'bin/bitcoin',
'bin/bitcoind',
'bin/bitcoin-cli',
'bin/bitcoin-tx',

5
doc/man/bitcoin.1 Normal file
View File

@@ -0,0 +1,5 @@
.TH BITCOIN "1"
.SH NAME
bitcoin \- manual page for bitcoin
This is a placeholder file. Please follow the instructions in \fIcontrib/devtools/README.md\fR to generate the manual pages after a release.