elements/doc/man/Makefile.am
Andrew Poelstra 6bf38bd282 Merge bfaa7270c4 into merged_master (Bitcoin PR #15947)
Original commit was 773e16f919, I had to add some extra commits to restore
the accidentally(?) deleted manpage that this PR enables.
2020-10-29 02:12:33 +00:00

24 lines
371 B
Makefile

dist_man1_MANS=
if BUILD_BITCOIND
dist_man1_MANS+=elementsd.1
endif
if ENABLE_QT
#TODO(stevenroose) uncomment and fix
# dist_man1_MANS+=elements-qt.1
endif
if BUILD_BITCOIN_CLI
dist_man1_MANS+=elements-cli.1
endif
if BUILD_BITCOIN_TX
dist_man1_MANS+=elements-tx.1
endif
if ENABLE_WALLET
if BUILD_BITCOIN_WALLET
dist_man1_MANS+=elements-wallet.1
endif
endif