root/web/Makefile

Revision 2104, 423 bytes (checked in by alo, 2 weeks ago)

--

Line 
1 .SUFFIXES : .php .html
2
3 HTMLS =          \
4 index.html       \
5 downloads.html   \
6 contribute.html  \
7 logos.html       \
8 svn.html         \
9 experiments.html \
10 license.html     \
11 media.html       \
12 partners.html    \
13 benchmarks.html  \
14 news.html        \
15 mediacontent/Yahoo_on_Cherokee.html \
16 mediacontent/Tiscali_on_Cherokee.html
17
18 .php.html:
19         php $< > $@
20
21 all: $(HTMLS)
22
23 clean:
24         rm -f $(HTMLS)
25
26 test:
27         cherokee -r . -p 1234
28
Note: See TracBrowser for help on using the browser.