elements/doc/man/Makefile.am

25 lines
371 B
Text
Raw Normal View History

dist_man1_MANS=
if BUILD_BITCOIND
2019-03-21 17:06:57 +00:00
dist_man1_MANS+=elementsd.1
endif
if ENABLE_QT
2019-05-21 12:17:13 +01:00
#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