Bugfix: Only install manpages for built programs
This commit is contained in:
parent
09546ca0c9
commit
8c156b7f70
1 changed files with 13 additions and 1 deletions
|
@ -1 +1,13 @@
|
|||
dist_man1_MANS=bitcoind.1 bitcoin-qt.1 bitcoin-cli.1 bitcoin-tx.1
|
||||
dist_man1_MANS=
|
||||
|
||||
if BUILD_BITCOIND
|
||||
dist_man1_MANS+=bitcoind.1
|
||||
endif
|
||||
|
||||
if ENABLE_QT
|
||||
dist_man1_MANS+=bitcoin-qt.1
|
||||
endif
|
||||
|
||||
if BUILD_BITCOIN_UTILS
|
||||
dist_man1_MANS+=bitcoin-cli.1 bitcoin-tx.1
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue