summaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-19 19:27:28 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-19 19:27:28 +0200
commitd6f28270094db1ffa4e5526ce556e7fc23e8e9b9 (patch)
treec4c7d3e7bf633535fd6db3241917caafc1533cfb /contrib/Makefile.am
parentc4ffdfa3f2c736e4324f11df7a35340f0e64e9a9 (diff)
downloadmerchant-d6f28270094db1ffa4e5526ce556e7fc23e8e9b9.tar.gz
merchant-d6f28270094db1ffa4e5526ce556e7fc23e8e9b9.tar.bz2
merchant-d6f28270094db1ffa4e5526ce556e7fc23e8e9b9.zip
implement #6460: serving of static files
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index c362ddd5..14826f9e 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,8 +1,13 @@
-pkgdatadir = $(prefix)/share/taler/merchant/templates/
+tmplpkgdatadir = $(prefix)/share/taler/merchant/templates/
+staticpkgdatadir = $(prefix)/share/taler/merchant/static/
-dist_pkgdata_DATA = \
+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