mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Dashify gen-manpages.sh
This commit is contained in:
parent
5691cee8dd
commit
f9694badb9
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user