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>2003-03-03 01:26:59 +0300
committerMiguel de Icaza <miguel@gnome.org>2003-03-03 01:26:59 +0300
commitc15b0b5e011fac33a8cd504b4d6253ad7baf4e65 (patch)
tree197b43aa42fb69ba272ce06d144f93826e8bcf44 /web
parentb459bf6d1e8c58c5694aef1b3a154b277f926948 (diff)
Flushety flush
svn path=/trunk/mono/; revision=12108
Diffstat (limited to 'web')
-rw-r--r--web/mailing-lists23
-rw-r--r--web/web/makefile3
2 files changed, 13 insertions, 13 deletions
diff --git a/web/mailing-lists b/web/mailing-lists
index 287154fea21..e11c8e93aa3 100644
--- a/web/mailing-lists
+++ b/web/mailing-lists
@@ -6,7 +6,16 @@
There are a number of mailing lists for Mono in English:
- <table>
+ <table border=1>
+ <tr>
+ <td>
+ <b><a
+ href="http://lists.ximian.com/mailman/listinfo/mono-announce-list">mono-announce-list</a></b>
+ </td>
+ <td>
+ Announcements of Mono developments.
+ </td>
+ </tr>
<tr>
<td>
<b><a
@@ -56,15 +65,6 @@
<tr>
<td>
<b><a
- href="http://lists.ximian.com/mailman/listinfo/mono-announce-list">mono-announce-list</a></b>
- </td>
- <td>
- Announcements of Mono developments.
- </td>
- </tr>
- <tr>
- <td>
- <b><a
href="http://lists.ximian.com/mailman/listinfo/mono-gc-list">mono-gc-list</a></b>
</td>
<td>
@@ -77,7 +77,7 @@
href="http://lists.ximian.com/mailman/listinfo/mono-patches">mono-patches</a></b>
</td>
<td>
- Track the CVS activity of Mono on this mailing list (patches are sent to recipients).
+ Track the CVS activity of Mono on this mailing list (patches are sent to recipients). <p>
You can get <a href="http://www.go-mono.com/snapshots">daily snapshots</a> as well.
</td>
</tr>
@@ -126,7 +126,6 @@
Used to discuss the Gtk bindings for Mono (<a href="http://gtk-sharp.sf.net">Gtk#</a>).
</td>
</tr>
-http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
</table>
Other mailing lists of interest:
diff --git a/web/web/makefile b/web/web/makefile
index c337faae0c1..f827bbbc821 100644
--- a/web/web/makefile
+++ b/web/web/makefile
@@ -1,4 +1,5 @@
-CSCRIPT = C:/WINNT/system32/cscript.exe
+ROOT=C:/WINNT
+CSCRIPT = $(ROOT)/system32/cscript.exe
CSC=csc
CORCOMPARE=../../../mcs/tools/corcompare