summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-24 15:49:07 +0200
committerFlorian Dold <florian@dold.me>2021-08-24 15:49:07 +0200
commit514395eec35f1d631f73cc36c58f3fdbb4dd6452 (patch)
tree3663ab2889dc701c42356a7ccfa3099d5bd145fa
parentc94c8f59e23c01cefe772edba8723e2c09a8888f (diff)
downloadwallet-core-0.8.2.tar.gz
wallet-core-0.8.2.tar.bz2
wallet-core-0.8.2.zip
distv0.8.2
-rw-r--r--build-system/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index ef2fce36b..24b86c152 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -19,6 +19,11 @@ compile:
.PHONY: dist
dist:
+ $(git-archive-all) --include ./configure taler-wallet-$(shell git describe --tags --abbrev=0).tar.gz
+
+# Create tarball with git hash prefix in name
+.PHONY: dist-git
+dist-git:
$(git-archive-all) --include ./configure taler-wallet-$(shell git describe --tags).tar.gz
.PHONY: publish