Skip to content

Commit f4d9307

Browse files
author
MarcoFalke
committed
Merge #17097: build: Add README.md to DIST target
fa91590 build: Add README.md to DIST target (MarcoFalke) Pull request description: This is required because our release tarball is generated by listing each needed file. See: #16734 Should fix the failing builds after commit 9b4dfec ACKs for top commit: fanquake: ACK fa91590 - just checked that `README.md` is present inside the tarball after running `make dist`. Tree-SHA512: 92e6145cbea4f7d0edfc88e4dcc11a34349bbf2f1948340531d2ff8832cfef94f979add8bd925b7e2c82a6bed4be40b8d41e94807d4a69983dcda3bccb206a31
2 parents 8261587 + fa91590 commit f4d9307

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/bitcoin.icns
4343
OSX_PLIST=$(top_builddir)/share/qt/Info.plist #not installed
4444
OSX_QT_TRANSLATIONS = da,de,es,hu,ru,uk,zh_CN,zh_TW
4545

46-
DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md)
46+
DIST_DOCS = \
47+
README.md \
48+
$(wildcard doc/*.md) \
49+
$(wildcard doc/release-notes/*.md)
4750
DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \
4851
$(top_srcdir)/contrib/bitcoin-tx.bash-completion \
4952
$(top_srcdir)/contrib/bitcoind.bash-completion \

0 commit comments

Comments
 (0)