Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab1762d8a844b63061c7e3883d39fecee433057a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
WEB_FILES=  \
	c-sharp class-library contact contributing documentation download \
	faq gcc-frontend ideas index  passport rationale resources \
	roadmap runtime status team testing thanks tools porting anoncvs

OTHERS= pending resources-pending todo

EXTRA_DIST = $(WEB_FILES) README $(OTHERS)

all-docs: $(WEB_FILES) 
	cat rationale roadmap c-sharp tools class-library \
	runtime documentation download faq contributing \
	resources status > all-docs

webit:
	(cd web; make && make push)

push-notes:
	scp release-notes/mono* www@www:/web/cvsmodules/mono/archive