Skip to content

Commit 773e16f

Browse files
committed
Merge #15947: Install bitcoin-wallet manpage
00d1104 Install bitcoin-wallet manpage. (Daniel Kraft) Pull request description: This change marks the already-existing `bitcoin-wallet.1` manpage file for installation together with the others. Previously, only `bitcoind.1`, `bitcoin-cli.1`, `bitcoin-tx.1` and `bitcoin-qt.1` would be installed. ACKs for commit 00d110: laanwj: utACK 00d1104 practicalswift: utACK 00d1104 Tree-SHA512: ca846e414548f1dc774f460edca2e17d7d619c7e6f0d18db0c58c09e04f9d43c6964fcf2bacb5b1eae94de9c5fdda86abf258ef6b78b0f693715d070dfc10f08
2 parents 9bbaac7 + 00d1104 commit 773e16f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/man/Makefile.am

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ endif
1515
if BUILD_BITCOIN_TX
1616
dist_man1_MANS+=bitcoin-tx.1
1717
endif
18+
19+
if ENABLE_WALLET
20+
if BUILD_BITCOIN_WALLET
21+
dist_man1_MANS+=bitcoin-wallet.1
22+
endif
23+
endif

0 commit comments

Comments
 (0)