diff options
| author | nomnombtc <[email protected]> | 2016-08-27 00:59:45 +0200 |
|---|---|---|
| committer | nomnombtc <[email protected]> | 2016-08-27 00:59:45 +0200 |
| commit | 6edf2fdb85047be2d3236a2ced4c89116aa243bc (patch) | |
| tree | 3a2571b91efb3a94c9022340d2d4a28b93d4703b /contrib/devtools | |
| parent | add script to generate manpages with help2man (diff) | |
| download | discoin-6edf2fdb85047be2d3236a2ced4c89116aa243bc.tar.xz discoin-6edf2fdb85047be2d3236a2ced4c89116aa243bc.zip | |
add gen-manpages.sh description to README.md
Diffstat (limited to 'contrib/devtools')
| -rw-r--r-- | contrib/devtools/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index af5c000b0..60fe69e7e 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -40,6 +40,12 @@ would be changed to: ```// Copyright (c) 2009-2015 The Bitcoin Core developers``` +gen-manpages.sh +=============== + +A small script to automatically create manpages in ../../doc/man by running the release binaries with the -help option. +This requires help2man which can be found at: https://www.gnu.org/software/help2man/ + git-subtree-check.sh ==================== |