mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
bd0b0daaa5
8c156b7
Bugfix: Only install manpages for built programs (Luke Dashjr)
Tree-SHA512: f4c40910b257274a05d9c842b9adb5d9d01df7dd2d34a18bd2d98c78810dc3ed98ed12c08c55352e36a845f06ddb1efba9d4ecf5f1123d2c58406a5ecf589836
14 lines
184 B
Makefile
14 lines
184 B
Makefile
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
|