summaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
blob: 1eb6fa6d77d900922077a40e138e0064636e867a (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
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

.mcpp.must:
	cpp -E -C -P -undef -nostdinc < $< > $@ 2> /dev/null

# 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: if you update pure-min.css, you must also update the MCPP/MUST templates above!
dist_staticpkgdata_DATA = \
  pure-min.css


# spa.html is the single-page-app imported from the merchant-backoffice.git
# prebuilt branch.
dist_spapkgdata_DATA = \
  spa.html