This commit is contained in:
Florian Dold 2020-11-13 22:12:54 +01:00
parent 61f51d69ad
commit 269a582516
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
3 changed files with 9 additions and 2 deletions

2
.gitignore vendored
View File

@ -22,3 +22,5 @@ build-scripts/
# Git worktree of pre-built wallet files
prebuilt/
taler-wallet-*.tar.gz

View File

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

@ -1 +1 @@
Subproject commit c76fb9b3af6ec43f2d2a83e6b4f523dcc5ac6a54
Subproject commit 31081f44232d0233629ad3a4d398322da9958ed4