You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
333 B
24 lines
333 B
dist_man1_MANS=
|
|
|
|
if BUILD_BITCOIND
|
|
dist_man1_MANS+=litecoind.1
|
|
endif
|
|
|
|
if ENABLE_QT
|
|
dist_man1_MANS+=litecoin-qt.1
|
|
endif
|
|
|
|
if BUILD_BITCOIN_CLI
|
|
dist_man1_MANS+=litecoin-cli.1
|
|
endif
|
|
|
|
if BUILD_BITCOIN_TX
|
|
dist_man1_MANS+=litecoin-tx.1
|
|
endif
|
|
|
|
if ENABLE_WALLET
|
|
if BUILD_BITCOIN_WALLET
|
|
dist_man1_MANS+=litecoin-wallet.1
|
|
endif
|
|
endif
|