Skip to content

Commit c0894a0

Browse files
committed
Merge bitcoin/bitcoin#33348: contrib: add bitcoin binary to gen-manpages
53e6db9 contrib: add placeholder manpage for bitcoin binary (fanquake) f5887a8 contrib: add bitcoin binary to gen-manpages (fanquake) Pull request description: This was missed in #31375. ACKs for top commit: dergoegge: ACK 53e6db9 Tree-SHA512: ff283ee02fadb57dbb335425d0348533b1322c6de323020f3ce5b6f01ff958cc731cb2191b8a774cd6a53b462f831e0ee86bbd522283357a6f6121962ef0abf1
2 parents 314c42b + 53e6db9 commit c0894a0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

contrib/devtools/gen-manpages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import argparse
1010

1111
BINARIES = [
12+
'bin/bitcoin',
1213
'bin/bitcoind',
1314
'bin/bitcoin-cli',
1415
'bin/bitcoin-tx',

doc/man/bitcoin.1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.TH BITCOIN "1"
2+
.SH NAME
3+
bitcoin \- manual page for bitcoin
4+
5+
This is a placeholder file. Please follow the instructions in \fIcontrib/devtools/README.md\fR to generate the manual pages after a release.

0 commit comments

Comments
 (0)