diff options
| author | Daniel Kraft <[email protected]> | 2019-05-03 15:10:39 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-05-17 07:36:18 -0400 |
| commit | a635377b625f6e29c4d66939641a7c1fc27e5eb9 (patch) | |
| tree | 6cccb5f069fb5a7f5aabde9d981615ad19aff9c6 /doc | |
| parent | Doc: remove text about txes always relayed from -whitelist (diff) | |
| download | discoin-a635377b625f6e29c4d66939641a7c1fc27e5eb9.tar.xz discoin-a635377b625f6e29c4d66939641a7c1fc27e5eb9.zip | |
Install bitcoin-wallet manpage.
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.
Github-Pull: #15947
Rebased-From: 00d110463aed12ecdc6e9c2bf47d9ef61d19fa9d
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 9b36319e6..edbc0911a 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -15,3 +15,9 @@ endif if BUILD_BITCOIN_TX dist_man1_MANS+=bitcoin-tx.1 endif + +if ENABLE_WALLET +if BUILD_BITCOIN_WALLET + dist_man1_MANS+=bitcoin-wallet.1 +endif +endif |