merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit e8271468d8515c58f4b8607c11a29d30382ba587
parent 645013a7d63907817988172718ade501b3f4423f
Author: MS <ms@taler.net>
Date:   Tue, 25 May 2021 09:40:31 +0200

disable backoffice build target

Diffstat:
Mcontrib/Makefile.am | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am @@ -16,5 +16,6 @@ dist_staticpkgdata_DATA = \ # spa.html is the single-page-app generated from the merchant-backoffice.git, # 'make build-single', during 'bootstrap!' -dist_spapkgdata_DATA = \ - spa.html +# FIXME: temporarily disabled. +# dist_spapkgdata_DATA = \ +# spa.html