payment: note that Stripe has instituted an additional 1% fee for non-US cards
[hcoop/portal.git] / app / Makefile
CommitLineData
0a817f40
CE
1include ../Makefile.common
2
336c1154
AC
3all: header.mlt footer.mlt
4
0a817f40
CE
5clean:
6 rm header.mlt
7 rm footer.mlt
8
9header.mlt: $(prefix)/etc/hcoop.header header.setTitle
336c1154 10 cat header.setTitle >header.mlt
0a817f40 11 $(prefix)/bin/hcoop_header $(prefix) "<% Web.html title %>" >>header.mlt
336c1154 12
0a817f40
CE
13footer.mlt: $(prefix)/etc/hcoop.footer
14 $(prefix)/bin/hcoop_footer $(prefix) >footer.mlt