mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Merge #9892: Bugfix: Only install manpages for built programs
8c156b7
Bugfix: Only install manpages for built programs (Luke Dashjr)
Tree-SHA512: f4c40910b257274a05d9c842b9adb5d9d01df7dd2d34a18bd2d98c78810dc3ed98ed12c08c55352e36a845f06ddb1efba9d4ecf5f1123d2c58406a5ecf589836
This commit is contained in:
parent
818fc1eafb
commit
bd0b0daaa5
@ -1 +1,13 @@
|
||||
dist_man1_MANS=dashd.1 dash-qt.1 dash-cli.1 dash-tx.1
|
||||
dist_man1_MANS=
|
||||
|
||||
if BUILD_BITCOIND
|
||||
dist_man1_MANS+=dashd.1
|
||||
endif
|
||||
|
||||
if ENABLE_QT
|
||||
dist_man1_MANS+=dash-qt.1
|
||||
endif
|
||||
|
||||
if BUILD_BITCOIN_UTILS
|
||||
dist_man1_MANS+=dash-cli.1 dash-tx.1
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user