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: merchant-backoffice/%.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 merchant-backoffice.git # prebuilt branch. dist_spapkgdata_DATA = \ spa.html