Flushety flush
[mono.git] / doc / web / makefile
1 SOURCES=        \
2         ../contributing         \
3         ../class-library        \
4         ../c-sharp              \
5         ../documentation        \
6         ../download             \
7         ../faq                  \
8         ../gcc-frontend         \
9         ../index                \
10         ../ideas                \
11         ../rationale            \
12         ../resources            \
13         ../roadmap              \
14         ../runtime              \
15         ../status               \
16         ../testing              \
17         ../tools
18
19 all:
20         -mkdir site
21         for i in $(SOURCES); do \
22                 perl htmlify $$i > `basename $$i`.src; \
23         done;
24
25         perl process.pl commands template.html.in .
26
27 for-tuomas:
28         scp *.html primates:~/public-html/xxx