aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/gen-manpages.sh
AgeCommit message (Collapse)Author
2018-01-31contrib: Add support for out-of-tree builds in gen-manpages.shWladimir J. van der Laan
This adds support for setting the environment variable `BUILDDIR` to point to executables that are outside the source directory. E.g. to invoke the tool when the build is in $PWD/build: ```bash BUILDDIR=$PWD/build contrib/devtools/gen-manpages.sh ```
2017-10-18Use bash instead of POSIX sh. POSIX sh does not support arrays.practicalswift
2016-09-01improved gen-manpages.sh, includes bitcoin-tx and strips commit tag, now ↵nomnombtc
also runs binaries from build dir by default, added variables for more control
2016-08-27add script to generate manpages with help2mannomnombtc