Skip to content

Commit 1ee6f91

Browse files
nomnombtclaanwj
authored andcommitted
new var DIST_CONTRIB adds useful things for packagers from contrib/ to EXTRA_DIST
1 parent 9358893 commit 1ee6f91

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

3434
DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md)
35+
DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \
36+
$(top_srcdir)/contrib/bitcoin-tx.bash-completion \
37+
$(top_srcdir)/contrib/bitcoind.bash-completion \
38+
$(top_srcdir)/contrib/init \
39+
$(top_srcdir)/contrib/rpm
3540

3641
BIN_CHECKS=$(top_srcdir)/contrib/devtools/symbol-check.py \
3742
$(top_srcdir)/contrib/devtools/security-check.py
@@ -204,7 +209,7 @@ endif
204209

205210
dist_noinst_SCRIPTS = autogen.sh
206211

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

209214
CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)
210215

0 commit comments

Comments
 (0)