summaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-11-13 22:12:54 +0100
committerFlorian Dold <florian@dold.me>2020-11-13 22:12:54 +0100
commit269a5825164e84170127016793a6874aed1465a2 (patch)
tree3b4b9c663e839eef0fa54444a692a71d062d51ee /build-system
parent61f51d69adb3e56ea9635b54d0abc440814a6fac (diff)
downloadwallet-core-269a5825164e84170127016793a6874aed1465a2.tar.gz
wallet-core-269a5825164e84170127016793a6874aed1465a2.tar.bz2
wallet-core-269a5825164e84170127016793a6874aed1465a2.zip
fix dist
Diffstat (limited to 'build-system')
-rw-r--r--build-system/Makefile7
m---------build-system/taler-build-scripts0
2 files changed, 6 insertions, 1 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index ba565fc4f..6bd29884e 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -7,6 +7,11 @@ typedoc = node_modules/typedoc/bin/typedoc
ava = node_modules/.bin/ava
nyc = node_modules/nyc/bin/nyc.js
+git-archive-all = ./build-system/taler-build-scripts/archive-with-submodules/git_archive_all.py
+
+
+version := $(shell git describe --tags)
+
include ./build-system/config.mk
.PHONY: compile
@@ -16,7 +21,7 @@ compile:
.PHONY: dist
dist:
- git archive --format=tar.gz HEAD -o taler-wallet.tar.gz
+ $(git-archive-all) --include ./configure taler-wallet-$(version).tar.gz
# make documentation from docstrings
.PHONY: typedoc
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
-Subproject c76fb9b3af6ec43f2d2a83e6b4f523dcc5ac6a5
+Subproject 31081f44232d0233629ad3a4d398322da9958ed