mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 02:20:53 +00:00
14 lines
200 B
Makefile
14 lines
200 B
Makefile
dist_man1_MANS=
|
|
|
|
if BUILD_BITCOIND
|
|
dist_man1_MANS+=dogecoind.1
|
|
endif
|
|
|
|
if ENABLE_QT
|
|
dist_man1_MANS+=dogecoin-qt.1
|
|
endif
|
|
|
|
if BUILD_BITCOIN_UTILS
|
|
dist_man1_MANS+=dogecoin-cli.1 dogecoin-tx.1
|
|
endif
|