blob: 14826f9e126fa5006893ba036c2091cb7d90ba76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
tmplpkgdatadir = $(prefix)/share/taler/merchant/templates/
staticpkgdatadir = $(prefix)/share/taler/merchant/static/
dist_tmplpkgdata_DATA = \
depleted_tip.en.must \
offer_refund.en.must \
offer_tip.en.must \
request_payment.en.must \
show_order_details.en.must
# Note: if you update pure-min.css, you must also update the MUST templates above!
dist_staticpkgdata_DATA = \
pure-min.css
|