MarcoFalke
fa0fe3b8a4
contrib: Add missing wallet tool to gen-manpages.sh
2019-02-06 10:03:12 -05:00
DesWurstes
000000035b
Obsolete #!/bin/bash shebang
2018-06-20 11:12:41 +03:00
practicalswift
3352da8da1
Add "export LC_ALL=C" to all shell scripts
2018-06-14 15:27:52 +02:00
Wladimir J. van der Laan
526e28220a
contrib: Add support for out-of-tree builds in gen-manpages.sh
...
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
```
2018-01-31 11:27:36 +01:00
practicalswift
193c2fb4c8
Use bash instead of POSIX sh. POSIX sh does not support arrays.
2017-10-18 17:10:23 +02:00
nomnombtc
d19583f478
improved gen-manpages.sh, includes bitcoin-tx and strips commit tag, now also runs binaries from build dir by default, added variables for more control
2016-09-01 16:51:24 +02:00
nomnombtc
d2cd9c033b
add script to generate manpages with help2man
2016-08-27 00:59:07 +02:00