summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-06 11:57:28 +0100
committerMS <ms@taler.net>2020-11-06 11:57:28 +0100
commit05172b690c6ef492bdf1dae08dd21f5a470270f2 (patch)
tree80caa473027df2cbc4f03fe9102f8ef2038b1106
parent9538556eed30d213ae80d2b99981c8bd6afcb30a (diff)
downloadtaler-util-05172b690c6ef492bdf1dae08dd21f5a470270f2.tar.gz
taler-util-05172b690c6ef492bdf1dae08dd21f5a470270f2.tar.bz2
taler-util-05172b690c6ef492bdf1dae08dd21f5a470270f2.zip
Make sure GANA ends up in the wheel file.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d30289..8858078 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ dist:
gana:
cd gana/gnu-taler-error-codes/; make; cp taler_error_codes.py ../../taler/util/; cd ../..
-install: all gana
+install: gana all
(cd dist; $(env) SOURCE_DATE_EPOCH=315532800 $(python) -m pip install --upgrade --no-index --find-links=. taler-util)