summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-10-04 14:39:29 -0300
committerSebastian <sebasjm@gmail.com>2021-10-04 14:39:29 -0300
commit79339ad8f2fc59393afcf8cbb0abe638dff5b85b (patch)
tree9c15bd59d6e699a34e1cb3be653399e7b4763a89
parentf932a07e079d4332e48eb58b053439059d12d683 (diff)
downloadmerchant-79339ad8f2fc59393afcf8cbb0abe638dff5b85b.tar.gz
merchant-79339ad8f2fc59393afcf8cbb0abe638dff5b85b.tar.bz2
merchant-79339ad8f2fc59393afcf8cbb0abe638dff5b85b.zip
use new mustache template from merchant backoffice
-rw-r--r--contrib/Makefile.am4
m---------contrib/merchant-backoffice0
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 1eb6fa6d..95571b43 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -9,8 +9,8 @@ dist_tmplpkgdata_DATA = \
request_payment.en.must \
show_order_details.en.must
-.mcpp.must:
- cpp -E -C -P -undef -nostdinc < $< > $@ 2> /dev/null
+%.must: merchant-backoffice/%.html
+ cp $< $@
# Note: only works when building from Git, if you
# run maintainer clean against the TGZ, you will
diff --git a/contrib/merchant-backoffice b/contrib/merchant-backoffice
-Subproject a7a936c2ea891bf148c1bc1885e9e4c8c22f798
+Subproject 182cdfffa1d4b6f2bb3543d30cfa7509e73bda0