source: trunk/web/templates/Makefile @ 205

Last change on this file since 205 was 205, checked in by ecprice, 17 years ago

A monster checkin, with a variety of changes to the web
infrastructure.

Adds some support for javascript and asynchronous updates.

Also added prototype.

The interface is *really* *slow*, though.

File size: 180 bytes
Line 
1TEMPLATES=functions.tmpl skeleton.tmpl
2OUTPUTS=$(TEMPLATES:.tmpl=.py)
3
4all: ${OUTPUTS}
5
6${OUTPUTS}:${TEMPLATES}
7        cheetah compile $^
8
9clean:
10        @rm -f ${OUTPUTS} *.pyo *.pyc *.py.bak
Note: See TracBrowser for help on using the repository browser.