From 514395eec35f1d631f73cc36c58f3fdbb4dd6452 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 24 Aug 2021 15:49:07 +0200 Subject: dist --- build-system/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3