Procházet zdrojové kódy

Flusheroo

svn path=/trunk/mono/; revision=35317
Miguel de Icaza před 21 roky
rodič
revize
275eaea447
4 změnil soubory, kde provedl 5 přidání a 4 odebrání
  1. 1 1
      web/Makefile.am
  2. 1 1
      web/delegate
  3. 1 0
      web/web/commands
  4. 2 2
      web/web/makefile

+ 1 - 1
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
 

+ 1 - 1
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.

+ 1 - 0
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

+ 2 - 2
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/* [email protected]:/web/cvsmodules/mono
-	#(cd deploy; rsync --verbose --recursive --checksum --update --rsh='ssh' . [email protected]:/web/cvsmodules/mono )
-	(cd deploy; rsync --verbose --recursive --checksum --update --rsh='ssh' . [email protected]:/web/cvsmodules/mono )
+	(cd deploy; rsync --verbose --recursive --checksum --update --rsh='ssh' . [email protected]:go-mono)
 
 
 push2: