Join script should rule out retired usernames
[bpt/portal.git] / Makefile
1 all: header.mlt footer.mlt
2
3 header.mlt: /etc/hcoop.header header.setTitle header.mlt.in
4 cat header.setTitle >header.mlt
5 hcoop_header "<% Web.html title %>" >>header.mlt
6 cat header.mlt.in >>header.mlt
7
8 footer.mlt: /etc/hcoop.footer footer.mlt.in
9 cat footer.mlt.in >footer.mlt
10 hcoop_footer >>footer.mlt