Dashify gen-manpages.sh

This commit is contained in:
Alexander Block 2018-01-09 14:31:17 +01:00
parent 5691cee8dd
commit f9694badb9
2 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,10 @@ TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
SRCDIR=${SRCDIR:-$TOPDIR/src} SRCDIR=${SRCDIR:-$TOPDIR/src}
MANDIR=${MANDIR:-$TOPDIR/doc/man} MANDIR=${MANDIR:-$TOPDIR/doc/man}
BITCOIND=${BITCOIND:-$SRCDIR/bitcoind} BITCOIND=${BITCOIND:-$SRCDIR/dashd}
BITCOINCLI=${BITCOINCLI:-$SRCDIR/bitcoin-cli} BITCOINCLI=${BITCOINCLI:-$SRCDIR/dash-cli}
BITCOINTX=${BITCOINTX:-$SRCDIR/bitcoin-tx} BITCOINTX=${BITCOINTX:-$SRCDIR/dash-tx}
BITCOINQT=${BITCOINQT:-$SRCDIR/qt/bitcoin-qt} BITCOINQT=${BITCOINQT:-$SRCDIR/qt/dash-qt}
[ ! -x $BITCOIND ] && echo "$BITCOIND not found or not executable." && exit 1 [ ! -x $BITCOIND ] && echo "$BITCOIND not found or not executable." && exit 1

View File

@ -1 +1 @@
dist_man1_MANS=bitcoind.1 bitcoin-qt.1 bitcoin-cli.1 bitcoin-tx.1 dist_man1_MANS=dashd.1 dash-qt.1 dash-cli.1 dash-tx.1