Flush
[mono.git] / doc / Makefile.am
1 WEB_FILES= 
2         c-sharp class-library contact contributing documentation download \
3         faq gcc-frontend ideas index makefile passport rationale resources \
4         roadmap runtime status team testing thanks tools
5
6 OTHERS= pending resources-pending todo
7
8 EXTRA_DIST = $(WEB_FILES) README $(OTHERS)
9
10 all-docs: $(WEB_FILES) 
11         cat rationale roadmap c-sharp tools class-library \
12         runtime documentation download faq contributing \
13         resources status > all-docs
14
15 webit:
16         (cd web; make && make push)