repo: include sub-package ./configure in 'make dist'
This commit is contained in:
parent
96417dcdf5
commit
d6c10226a5
6
Makefile
6
Makefile
@ -11,7 +11,11 @@ include .config.mk
|
|||||||
|
|
||||||
.PHONY: dist
|
.PHONY: dist
|
||||||
dist:
|
dist:
|
||||||
$(git-archive-all) --include ./configure taler-wallet-$(shell git describe --tags --abbrev=0).tar.gz
|
$(git-archive-all) \
|
||||||
|
--include ./configure \
|
||||||
|
--include ./packages/taler-wallet-cli/configure \
|
||||||
|
--include ./packages/demobank-ui/configure \
|
||||||
|
taler-wallet-$(shell git describe --tags --abbrev=0).tar.gz
|
||||||
|
|
||||||
# Create tarball with git hash prefix in name
|
# Create tarball with git hash prefix in name
|
||||||
.PHONY: dist-git
|
.PHONY: dist-git
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 355a3172699b96f1040edcb577c07a681802b3ae
|
Subproject commit 23538677f6c6be2a62f38dc6137ecdd1c76b7b15
|
Loading…
Reference in New Issue
Block a user