Skip to content

Commit 078900d

Browse files
committed
Merge #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)
2 parents 2fae5b9 + 1ee6f91 commit 078900d

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
@@ -39,6 +39,11 @@ OSX_PLIST=$(top_builddir)/share/qt/Info.plist #not installed
3939
OSX_QT_TRANSLATIONS = da,de,es,hu,ru,uk,zh_CN,zh_TW
4040

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

4348
BIN_CHECKS=$(top_srcdir)/contrib/devtools/symbol-check.py \
4449
$(top_srcdir)/contrib/devtools/security-check.py
@@ -211,7 +216,7 @@ endif
211216

212217
dist_noinst_SCRIPTS = autogen.sh
213218

214-
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.py qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS)
219+
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)
215220

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

0 commit comments

Comments
 (0)