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: 8ef4e422c5de7d805e6618b44defd120773b6901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
WEB_FILES=  \
	ado-net 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 monodoc-xml winforms

OTHERS= pending resources-pending todo mono-build.sh mono-build-w32.sh

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

class-status: class-status.in pending-classes Makefile.am
	cat class-status.in pending-classes > class-status

pending-classes:

#pending-classes: pending-classes.in Makefile.am
#	echo "This is a list of pending classes, and links to their documentation on MSDN.Microsoft.com<p><p>" > pending-classes
#	for i in `cat pending-classes.in`; do x=`echo $$i | sed s/\\\.//g`; link=`echo http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrf@@@ClassTopic.asp | sed "s/@@@/$$x/"`; echo "	<a href=\"$$link\">$$i</a><br>" >> pending-classes; done


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

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

dummy: