repo: include sub-package ./configure in 'make dist'

This commit is contained in:
Florian Dold 2022-11-04 12:40:14 +01:00
parent 96417dcdf5
commit d6c10226a5
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 6 additions and 2 deletions

View File

@ -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