diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-10-10 11:03:56 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-10 11:06:43 -0400 |
commit | fa91590a74985ff321000864ab3e8ef7414d84eb (patch) | |
tree | 785e4603c198fdcc10971de485d1f1b1f5d51ddd | |
parent | 2a0164085b001a79b8d37b28751b115322124cfc (diff) |
build: Add README.md to DIST target
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 49a20b7614..9e54dc210d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,10 @@ OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/bitcoin.icns OSX_PLIST=$(top_builddir)/share/qt/Info.plist #not installed OSX_QT_TRANSLATIONS = da,de,es,hu,ru,uk,zh_CN,zh_TW -DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md) +DIST_DOCS = \ + README.md \ + $(wildcard doc/*.md) \ + $(wildcard doc/release-notes/*.md) DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \ $(top_srcdir)/contrib/bitcoin-tx.bash-completion \ $(top_srcdir)/contrib/bitcoind.bash-completion \ |