blob: e8e12e28ce7c2706b5c633a92216d3fe630d32bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
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 wallet-core.git
# prebuilt branch.
dist_spapkgdata_DATA = \
backoffice/index.css
backoffice/index.css.map
backoffice/index.html
backoffice/index.js
backoffice/index.js.map
backoffice/languageicon-LWKRUH5D.svg
backoffice/materialdesignicons-webfont-4.9.95-7W2GKO6O.woff2
backoffice/materialdesignicons-webfont-4.9.95-GELXKCZG.ttf
backoffice/materialdesignicons-webfont-4.9.95-HENMUVWG.eot
backoffice/materialdesignicons-webfont-4.9.95-WP2MXZKI.woff
backoffice/XRXV3I6Li01BKofINeaE-34D53UZZ.ttf
|