Skip to content

Commit

Permalink
fix man makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Feb 19, 2019
1 parent c38b1aa commit 7afdce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/man/Makefile.am
@@ -1,13 +1,13 @@
dist_man1_MANS=

if BUILD_BITCOIND
dist_man1_MANS+=bitcoind.1
dist_man1_MANS+=peercoind.1
endif

if ENABLE_QT
dist_man1_MANS+=bitcoin-qt.1
dist_man1_MANS+=peercoin-qt.1
endif

if BUILD_BITCOIN_UTILS
dist_man1_MANS+=bitcoin-cli.1 bitcoin-tx.1
dist_man1_MANS+=peercoin-cli.1 peercoin-tx.1
endif

0 comments on commit 7afdce3

Please sign in to comment.