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

makefile « web « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 037a364fdfbeae1105afcb157425a71de53b76ff (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
33
34
35
36
37
38
39
40
41
42
43
SOURCES=	\
	../anoncvs		\
	../contributing  	\
	../class-library	\
	../class-status		\
	../contact		\
	../c-sharp		\
	../ccvs			\
	../documentation	\
	../download		\
	../faq			\
	../gcc-frontend		\
	../index		\
	../ideas		\
	../passport		\
	../rationale		\
	../resources		\
	../roadmap		\
	../runtime		\
	../status		\
	../testing		\
	../porting		\
	../tools

all:
	-mkdir site
	for i in $(SOURCES); do \
		perl htmlify $$i > `basename $$i`.src; \
	done;

	perl process.pl commands template.html.in .

clean:
	for i in $(SOURCES); do \
		rm -f `basename $$i`.src `basename $$i`.html; \
	done;

push:
	scp *.html www@www.ximian.com:/web/cvsmodules/mono
	scp *.html migueldeicaza@mononet.sf.net:/home/groups/m/mo/mononet/htdocs

push2: 
	scp *.html primates:public_html/xxx