Flusheroo
authorMiguel de Icaza <miguel@gnome.org>
Tue, 26 Oct 2004 00:50:25 +0000 (00:50 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 26 Oct 2004 00:50:25 +0000 (00:50 -0000)
svn path=/trunk/mono/; revision=35317

web/Makefile.am
web/delegate
web/web/commands
web/web/makefile

index 68e822f30f761d8b894bf0d36b24e95f3063a041..2588b2aa714de5db7034e645ec4ebb1ae8202cce 100644 (file)
@@ -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
 
index 5e55ac70856bb21265ee14128cfd60aa1ce5b51e..8d2a77151e69e44d52d849df9cc9d6695c3dffdc 100644 (file)
@@ -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.
index 0e090553b75ba51de9a82f0e15f1ee65f888d1e4..d2a2087d04cdf0c879a473f4a931233811417fc0 100644 (file)
@@ -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
index 61e6b08d67171d245be585f72db381bb1baa94f7..0b6db9b57cd0199d7145a6f07b48bb41a70faa60 100644 (file)
@@ -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: