diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-16 14:36:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-16 14:36:23 +0200 |
commit | 68d2df88f2ec0b70c3778f7f77eeb6173bd8c08b (patch) | |
tree | ba7b155be05788a698fef6685b4fffcf9c10075a /contrib | |
parent | 94fa05ec2a96ca7bdc47f3dc77aa727ae81f9a44 (diff) |
allow merge into non-existent reserve if KYC is disabled
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 9 | ||||
-rw-r--r-- | contrib/test.en.must | 0 |
2 files changed, 9 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 0d42e1df8..671e7908b 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,5 +1,14 @@ SUBDIRS = . +tmplpkgdatadir = $(prefix)/share/taler/exchange/templates/ + +dist_tmplpkgdata_DATA = \ + test.en.must + +# %%.must: merchant-backoffice/%.html +# WTF: cp $< $@ + + # English (en) tosendir=$(datadir)/taler/exchange/tos/en diff --git a/contrib/test.en.must b/contrib/test.en.must new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/contrib/test.en.must |