2001-07-13 Miguel de Icaza <miguel@ximian.com>
[mono.git] / web / makefile
1 SOURCES=rationale roadmap c-sharp tools class-library \
2         runtime documentation download faq contributing \
3         resources status
4
5 all-docs: $(SOURCES)
6         cat $(SOURCES) > all-docs
7
8 clean:
9         rm all-docs
10
11 webit:
12         (cd web; make && make push)