tmplpkgdatadir = $(prefix)/share/taler/merchant/templates/ staticpkgdatadir = $(prefix)/share/taler/merchant/static/ spapkgdatadir = $(prefix)/share/taler/merchant/spa/ dist_tmplpkgdata_DATA = \ depleted_tip.en.must \ offer_refund.en.must \ offer_tip.en.must \ request_payment.en.must \ show_order_details.en.must %.must: wallet-core/backend/%.html cp $< $@ # Note: only works when building from Git, if you # run maintainer clean against the TGZ, you will # not be able to recover... MAINTAINERCLEANFILES = \ $(dist_tmplpkgdata_DATA) # Note: historic mechanism for static resource files, currently not used. #dist_staticpkgdata_DATA = \ # foo.css # spa.html is the single-page-app imported from the wallet-core.git # prebuilt branch. dist_spapkgdata_DATA = \ wallet-core/backoffice/index.css \ wallet-core/backoffice/index.css.map \ wallet-core/backoffice/index.html \ wallet-core/backoffice/index.js \ wallet-core/backoffice/index.js.map \ wallet-core/backoffice/languageicon-LWKRUH5D.svg \ wallet-core/backoffice/materialdesignicons-webfont-4.9.95-7W2GKO6O.woff2 \ wallet-core/backoffice/materialdesignicons-webfont-4.9.95-GELXKCZG.ttf \ wallet-core/backoffice/materialdesignicons-webfont-4.9.95-HENMUVWG.eot \ wallet-core/backoffice/materialdesignicons-webfont-4.9.95-WP2MXZKI.woff \ wallet-core/backoffice/XRXV3I6Li01BKofINeaE-34D53UZZ.ttf