Skip to content

Commit 05b34f4

Browse files
laanwjcodablock
authored andcommitted
Merge bitcoin#8568: new var DIST_CONTRIB adds useful things for packagers from contrib
1ee6f91 new var DIST_CONTRIB adds useful things for packagers from contrib/ to EXTRA_DIST (nomnombtc)
1 parent 1188dd2 commit 05b34f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile.am

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ OSX_PLIST=$(top_builddir)/share/qt/Info.plist #not installed
4040
OSX_QT_TRANSLATIONS = da,de,es,hu,ru,uk,zh_CN,zh_TW
4141

4242
DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md)
43+
DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \
44+
$(top_srcdir)/contrib/bitcoin-tx.bash-completion \
45+
$(top_srcdir)/contrib/bitcoind.bash-completion \
46+
$(top_srcdir)/contrib/init \
47+
$(top_srcdir)/contrib/rpm
4348

4449
BIN_CHECKS=$(top_srcdir)/contrib/devtools/symbol-check.py \
4550
$(top_srcdir)/contrib/devtools/security-check.py
@@ -212,7 +217,7 @@ endif
212217

213218
dist_noinst_SCRIPTS = autogen.sh
214219

215-
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.py qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS)
220+
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.py qa/rpc-tests $(DIST_CONTRIB) $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS)
216221

217222
CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)
218223

0 commit comments

Comments
 (0)