diff options
| author | nomnombtc <[email protected]> | 2016-08-27 01:05:28 +0200 |
|---|---|---|
| committer | nomnombtc <[email protected]> | 2016-08-27 01:05:28 +0200 |
| commit | 00dba72cc3674f3cf60ac42c78d5792264c78e94 (patch) | |
| tree | 2b9ca28647c2b16f4b50c30322f2b6e09b433270 | |
| parent | add autogenerated manpages by help2man (diff) | |
| download | discoin-00dba72cc3674f3cf60ac42c78d5792264c78e94.tar.xz discoin-00dba72cc3674f3cf60ac42c78d5792264c78e94.zip | |
add doc/man/Makefile.am to include manpages
| -rw-r--r-- | doc/man/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am new file mode 100644 index 000000000..1a3103936 --- /dev/null +++ b/doc/man/Makefile.am @@ -0,0 +1 @@ +dist_man1_MANS=bitcoind.1 bitcoin-qt.1 bitcoin-cli.1 |