Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-20 | Obsolete #!/bin/bash shebang | DesWurstes | |
2018-06-14 | Add "export LC_ALL=C" to all shell scripts | practicalswift | |
2018-01-31 | contrib: Add support for out-of-tree builds in gen-manpages.sh | Wladimir 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-18 | Use bash instead of POSIX sh. POSIX sh does not support arrays. | practicalswift | |
2016-09-01 | improved 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-27 | add script to generate manpages with help2man | nomnombtc | |