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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-10-26 04:50:25 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-10-26 04:50:25 +0400
commit275eaea447cdf891cc98484815e68afaa27fbb02 (patch)
treecb429910f2487b389e105938e2acde37f17ad05d /web
parente71a4111065f6c69d8ec28a5cb56c66445fbfa36 (diff)
Flusheroo
svn path=/trunk/mono/; revision=35317
Diffstat (limited to 'web')
-rw-r--r--web/Makefile.am2
-rw-r--r--web/delegate2
-rw-r--r--web/web/commands1
-rw-r--r--web/web/makefile4
4 files changed, 5 insertions, 4 deletions
diff --git a/web/Makefile.am b/web/Makefile.am
index 68e822f30f7..2588b2aa714 100644
--- a/web/Makefile.am
+++ b/web/Makefile.am
@@ -6,7 +6,7 @@ WEB_FILES= \
passport plans porting postgresql ppc projects rationale \
resources roadmap runtime sqlclient sqlite sybase tdsclient \
tds-providers status testing thanks tools \
- porting anoncvs monodoc-xml winforms
+ porting anoncvs monodoc-xml winforms delegate
OTHERS= pending resources-pending todo mono-build.sh mono-build-w32.sh print-stack
diff --git a/web/delegate b/web/delegate
index 5e55ac70856..8d2a77151e6 100644
--- a/web/delegate
+++ b/web/delegate
@@ -6,7 +6,7 @@
collected.
This means that the the delegate is no longer valid, but the
- unmanaged library or code tried to call it.
+ unmanaged library or unmanaged code tried to call it.
To fix this problem make sure that you keep a handle to the
delegate that you are passing into the unmanaged world.
diff --git a/web/web/commands b/web/web/commands
index 0e090553b75..d2a2087d04c 100644
--- a/web/web/commands
+++ b/web/web/commands
@@ -61,6 +61,7 @@
1,Known Issues,issues.html,issues.src
1,Crypto,crypto.html,crypto.src
1,Java,java.html,java.src
+1,Delegates,delegate.html,delegate.src
1,Windows.Forms,winforms.html,winforms.src
1,XML Classes,xml-classes.html,xml-classes.src
0,Class Status,class-status.html,class-status.src,cm/cormissing.css,cm/cormissing.js
diff --git a/web/web/makefile b/web/web/makefile
index 61e6b08d671..0b6db9b57cd 100644
--- a/web/web/makefile
+++ b/web/web/makefile
@@ -19,6 +19,7 @@ OBJECTS= \
deploy/contact.html \
deploy/c-sharp.html \
deploy/ccvs.html \
+ deploy/delegate.html \
deploy/documentation.html \
deploy/download.html \
deploy/drawing.html \
@@ -148,8 +149,7 @@ push:
cp -f $(NON_HTML_SOURCES) deploy
cp ../mono-roadmap.html deploy
#echo scp -P 2200 -r deploy/* www@www.go-mono.com:/web/cvsmodules/mono
- #(cd deploy; rsync --verbose --recursive --checksum --update --rsh='ssh' . www@www.go-mono.com:/web/cvsmodules/mono )
- (cd deploy; rsync --verbose --recursive --checksum --update --rsh='ssh' . mono-web@www.go-mono.com:/web/cvsmodules/mono )
+ (cd deploy; rsync --verbose --recursive --checksum --update --rsh='ssh' . mono-web@www.go-mono.com:go-mono)
push2: