Add mcs man page here, mcs script
[mono.git] / runtime / Makefile.am
index 7f438031a0a30cc5255b7e534f03b79d15c5cba4..e55fe8589dbb2e86a1325c4a25c9965b5aff90dd 100644 (file)
@@ -10,9 +10,15 @@ assembliesdir = $(libdir)
 
 install-data-hook:
        -cp $(srcdir)/*.dll $(assembliesdir)
+       -cp $(srcdir)/*.exe $(bindir)
+
 
 dist-hook:
        -cp $(srcdir)/*.dll $(distdir)
+       -cp $(srcdir)/*.exe $(distdir)
 
 copy_dlls:
-       cp /nt/mono/mcs/class/*/*.dll .
\ No newline at end of file
+       cp /nt/mono/mcs/class/*/*.dll .
+
+push_dlls:
+       scp -o "Protocol 1" *.dll snapshot@mono-cvs.ximian.com:dlls