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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2005-01-17 23:26:20 +0300
committerDuncan Mak <duncan@mono-cvs.ximian.com>2005-01-17 23:26:20 +0300
commit2a657c8949e0268322ce92e4ce30bbc9f59da0f7 (patch)
tree75a258b2d0964a2ba429f6913d5e910e5b2673fa /web
parent8addf74f8edb47f27291dfe6f2bc948dd1c665d9 (diff)
Committing this for Atsushi,
"I've fixed apiinfo stuff in mono/web and it reflects sys.data, sys.web etc. (actually other than corlib/system/sys.xml). If there is no problem, I'll commit it later." svn path=/trunk/mono/; revision=39045
Diffstat (limited to 'web')
-rw-r--r--web/class-status.in42
-rw-r--r--web/web/commands2
-rw-r--r--web/web/makefile223
3 files changed, 123 insertions, 144 deletions
diff --git a/web/class-status.in b/web/class-status.in
index 3e023c7380b..d4ba34d4605 100644
--- a/web/class-status.in
+++ b/web/class-status.in
@@ -4,40 +4,40 @@
Here is the status of the different assemblies:
<ul>
- <li><a href="http://www.go-mono.com/class-status-corlib.html">corlib</a>: The core library.
- <li><a href="http://www.go-mono.com/class-status-cscompmgd.html">cscompmgd</a>:
+ <li><a href="class-status-mscorlib.html">mscorlib</a>: The core library.
+ <li><a href="class-status-cscompmgd.html">cscompmgd</a>:
Managed interface for C# compiler.
- <li><a href="http://www.go-mono.com/class-status-System.html">System</a>: Extra modules
- <li><a href="http://www.go-mono.com/class-status-System.Xml.html">System.Xml</a>.
- <li><a href="http://www.go-mono.com/class-status-System.Configuration.Install.html">System.Configuration.Install</a>.
+ <li><a href="class-status-System.html">System</a>: Extra modules
+ <li><a href="class-status-System.Xml.html">System.Xml</a>.
+ <li><a href="class-status-System.Configuration.Install.html">System.Configuration.Install</a>.
<li><a
- href="http://www.go-mono.com/class-status-System.Data.html">System.Data</a>:
+ href="class-status-System.Data.html">System.Data</a>:
Database access functionality (also check the <a href="ado-net.html">Mono ADO.NET status</a> pages).
- <li><a href="http://www.go-mono.com/class-status-System.Data.OracleClient.html">System.Data.OracleClient</a>.
- <li><a href="http://www.go-mono.com/class-status-System.Design.html">System.Design</a>.
- <li><a href="http://www.go-mono.com/class-status-System.Drawing.html">System.Drawing</a>.
- <li><a href="http://www.go-mono.com/class-status-System.Drawing.Design.html">System.Drawing.Design</a>.
- <li><a href="http://www.go-mono.com/class-status-System.DirectoryServices.html">System.DirectoryServices</a>.
- <li><a href="http://www.go-mono.com/class-status-System.Management.html">System.Management</a>.
- <li><a href="http://www.go-mono.com/class-status-System.Messaging.html">System.Messaging</a>.
+ <li><a href="class-status-System.Data.OracleClient.html">System.Data.OracleClient</a>.
+ <li><a href="class-status-System.Design.html">System.Design</a>.
+ <li><a href="class-status-System.Drawing.html">System.Drawing</a>.
+ <li><a href="class-status-System.Drawing.Design.html">System.Drawing.Design</a>.
+ <li><a href="class-status-System.DirectoryServices.html">System.DirectoryServices</a>.
+ <li><a href="class-status-System.Management.html">System.Management</a>.
+ <li><a href="class-status-System.Messaging.html">System.Messaging</a>.
<li><a
- href="http://www.go-mono.com/class-status-System.Web.html">System.Web</a>:
+ href="class-status-System.Web.html">System.Web</a>:
ASP.NET classes, also check the <a href="asp-net.html">Mono ASP.NET status pages</a>
- <li><a href="http://www.go-mono.com/class-status-System.Web.Services.html">System.Web.Services</a>.
+ <li><a href="class-status-System.Web.Services.html">System.Web.Services</a>.
<li><a
- href="http://www.go-mono.com/class-status-Microsoft.VisualBasic.html">Microsoft.VisualBasic</a>:
+ href="class-status-Microsoft.VisualBasic.html">Microsoft.VisualBasic</a>:
Support runtime for Visual Basic applications
- <li><a href="http://www.go-mono.com/class-status-System.EnterpriseServices.html">System.EnterpriseServices</a>.
- <li><a href="http://www.go-mono.com/class-status-System.Runtime.Remoting.html">System.Runtime.Remoting</a>.
+ <li><a href="class-status-System.EnterpriseServices.html">System.EnterpriseServices</a>.
+ <li><a href="class-status-System.Runtime.Remoting.html">System.Runtime.Remoting</a>.
<li><a
- href="http://www.go-mono.com/class-status-System.Windows.Forms.html">Windows.Forms</a>:
+ href="class-status-System.Windows.Forms.html">Windows.Forms</a>:
there is also a <a
href="http://lists.ximian.com/mailman/listinfo/mono-winforms-list">mailing
list available</a>
<li><a
- href="http://www.go-mono.com/class-status-System.Runtime.Serialization.Formatters.Soap.html">System.Runtime.Serialization.Formatters.Soap</a>.
+ href="class-status-System.Runtime.Serialization.Formatters.Soap.html">System.Runtime.Serialization.Formatters.Soap</a>.
<li><a
- href="http://www.go-mono.com/class-status-System.Security.html">System.Security</a>:
+ href="class-status-System.Security.html">System.Security</a>:
Xml Signature Security classes, also check the <a href="crypto.html">Cryptography status pages</a>
</ul>
diff --git a/web/web/commands b/web/web/commands
index d2a2087d04c..10b9209c06c 100644
--- a/web/web/commands
+++ b/web/web/commands
@@ -65,7 +65,7 @@
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
-1,corlib,class-status-corlib.html,class-status-corlib.src,cm/cormissing.css,cm/cormissing.js
+1,mscorlib,class-status-mscorlib.html,class-status-mscorlib.src,cm/cormissing.css,cm/cormissing.js
1,System,class-status-System.html,class-status-System.src,cm/cormissing.css,cm/cormissing.js
1,Xml,class-status-System.Xml.html,class-status-System.Xml.src,cm/cormissing.css,cm/cormissing.js
1,Configuration.Install,class-status-System.Configuration.Install.html,class-status-System.Configuration.Install.src,cm/cormissing.css,cm/cormissing.js
diff --git a/web/web/makefile b/web/web/makefile
index e44938a61ed..26eac6fb25f 100644
--- a/web/web/makefile
+++ b/web/web/makefile
@@ -1,102 +1,107 @@
+
+MCSDIR=../../../mcs
+PROFILE=default
+
ifeq ($(findstring CYGWIN,$(shell uname)),)
-CSC=mcs
-RUN_MONO=mono --debug
+CSC=gmcs
+RUN_MONO=MONO_PATH=$(MCSDIR)/class/lib/$(PROFILE) mono --debug
else
-CSC=csc /nologo
+CSC=gmcs /nologo
+RUN_MONO=MONO_PATH=$(MCSDIR)/class/lib/$(PROFILE) mono --debug
endif
-CORCOMPARE=../../../mcs/tools/corcompare
-
-OBJECTS= \
- deploy/ado-net.html \
- deploy/anoncvs.html \
- deploy/asp-net.html \
- deploy/beta1-press.html \
- deploy/blogs.html \
- deploy/books.html \
- deploy/bugs.html \
- deploy/contributing.html \
- deploy/contact.html \
- deploy/c-sharp.html \
- deploy/ccvs.html \
- deploy/delegate.html \
- deploy/documentation.html \
- deploy/download.html \
- deploy/drawing.html \
- deploy/compiling.html \
- deploy/crypto.html \
- deploy/embedded-api.html \
- deploy/faq.html \
- deploy/firebird.html \
- deploy/forge.html \
- deploy/gcc-frontend.html \
- deploy/gtk-sharp.html \
- deploy/hackers.html \
- deploy/ideas.html \
- deploy/ibmdb2.html \
- deploy/index.html \
- deploy/issues.html \
- deploy/oldnews.html \
- deploy/java.html \
- deploy/jit-debug.html \
- deploy/languages.html \
- deploy/mailing-lists.html \
- deploy/mbas.html \
- deploy/mono-beginning.html \
- deploy/mono-contribution-howto.html \
- deploy/mono-todo.html \
- deploy/monodoc-xml.html \
- deploy/mysql.html \
- deploy/odbc.html \
- deploy/oledb.html \
- deploy/oracle.html \
- deploy/other.html \
- deploy/papers.html \
- deploy/passport.html \
- deploy/performance.html \
- deploy/plans.html \
- deploy/porting.html \
- deploy/postgresql.html \
- deploy/ppc.html \
- deploy/provider-factory.html \
- deploy/rationale.html \
- deploy/resources.html \
- deploy/runtime.html \
- deploy/screenshots.html \
- deploy/sqlclient.html \
- deploy/sqlite.html \
- deploy/status.html \
- deploy/sybase.html \
- deploy/tdsclient.html \
- deploy/team.html \
- deploy/testing.html \
- deploy/tools.html \
- deploy/remap.html \
- deploy/winforms.html \
- deploy/xml-classes.html \
- deploy/class-library.html \
- deploy/classlib-doc.html \
- deploy/class-status.html \
- deploy/class-status-corlib.html \
- deploy/class-status-System.html \
- deploy/class-status-System.Xml.html \
- deploy/class-status-System.Configuration.Install.html \
- deploy/class-status-System.Data.html \
- deploy/class-status-System.Data.OracleClient.html \
- deploy/class-status-System.Design.html \
- deploy/class-status-System.Management.html \
- deploy/class-status-System.Messaging.html \
- deploy/class-status-System.Security.html \
- deploy/class-status-System.Web.html \
- deploy/class-status-System.Web.Services.html \
- deploy/class-status-System.Drawing.html \
- deploy/class-status-System.Drawing.Design.html \
- deploy/class-status-Microsoft.VisualBasic.html \
- deploy/class-status-System.Windows.Forms.html \
- deploy/class-status-System.DirectoryServices.html \
- deploy/class-status-System.EnterpriseServices.html \
- deploy/class-status-System.Runtime.Remoting.html \
- deploy/class-status-cscompmgd.html \
+CORCOMPARE=$(MCSDIR)/tools/corcompare
+
+OBJECTS= \
+ deploy/ado-net.html \
+ deploy/anoncvs.html \
+ deploy/asp-net.html \
+ deploy/beta1-press.html \
+ deploy/blogs.html \
+ deploy/books.html \
+ deploy/bugs.html \
+ deploy/contributing.html \
+ deploy/contact.html \
+ deploy/c-sharp.html \
+ deploy/ccvs.html \
+ deploy/delegate.html \
+ deploy/documentation.html \
+ deploy/download.html \
+ deploy/drawing.html \
+ deploy/compiling.html \
+ deploy/crypto.html \
+ deploy/embedded-api.html \
+ deploy/faq.html \
+ deploy/firebird.html \
+ deploy/forge.html \
+ deploy/gcc-frontend.html \
+ deploy/gtk-sharp.html \
+ deploy/hackers.html \
+ deploy/ideas.html \
+ deploy/ibmdb2.html \
+ deploy/index.html \
+ deploy/issues.html \
+ deploy/oldnews.html \
+ deploy/java.html \
+ deploy/jit-debug.html \
+ deploy/languages.html \
+ deploy/mailing-lists.html \
+ deploy/mbas.html \
+ deploy/mono-beginning.html \
+ deploy/mono-contribution-howto.html \
+ deploy/mono-todo.html \
+ deploy/monodoc-xml.html \
+ deploy/mysql.html \
+ deploy/odbc.html \
+ deploy/oledb.html \
+ deploy/oracle.html \
+ deploy/other.html \
+ deploy/papers.html \
+ deploy/passport.html \
+ deploy/performance.html \
+ deploy/plans.html \
+ deploy/porting.html \
+ deploy/postgresql.html \
+ deploy/ppc.html \
+ deploy/provider-factory.html \
+ deploy/rationale.html \
+ deploy/resources.html \
+ deploy/runtime.html \
+ deploy/screenshots.html \
+ deploy/sqlclient.html \
+ deploy/sqlite.html \
+ deploy/status.html \
+ deploy/sybase.html \
+ deploy/tdsclient.html \
+ deploy/team.html \
+ deploy/testing.html \
+ deploy/tools.html \
+ deploy/remap.html \
+ deploy/winforms.html \
+ deploy/xml-classes.html \
+ deploy/class-library.html \
+ deploy/classlib-doc.html \
+ deploy/class-status.html \
+ deploy/class-status-mscorlib.html \
+ deploy/class-status-System.html \
+ deploy/class-status-System.Xml.html \
+ deploy/class-status-System.Configuration.Install.html \
+ deploy/class-status-System.Data.html \
+ deploy/class-status-System.Data.OracleClient.html \
+ deploy/class-status-System.Design.html \
+ deploy/class-status-System.Management.html \
+ deploy/class-status-System.Messaging.html \
+ deploy/class-status-System.Security.html \
+ deploy/class-status-System.Web.html \
+ deploy/class-status-System.Web.Services.html \
+ deploy/class-status-System.Drawing.html \
+ deploy/class-status-System.Drawing.Design.html \
+ deploy/class-status-Microsoft.VisualBasic.html \
+ deploy/class-status-System.Windows.Forms.html \
+ deploy/class-status-System.DirectoryServices.html \
+ deploy/class-status-System.EnterpriseServices.html \
+ deploy/class-status-System.Runtime.Remoting.html \
+ deploy/class-status-cscompmgd.html \
deploy/class-status-System.Runtime.Serialization.Formatters.Soap.html
HTML_SOURCES = ../mono-roadmap.html
@@ -157,8 +162,6 @@ push2:
$(OBJECTS): $(patsubst deploy/%.html,src/%.src, $(OBJECTS))
-#.PRECIOUS: $(patsubst deploy/%.html,src/%.src, $(OBJECTS))
-
transform.exe: transform.cs
$(CSC) transform.cs
@@ -179,36 +182,12 @@ src/%.html.in: src/%.xml transform.exe $(CORCOMPARE)/mono-api.xsl
.PRECIOUS: infos/%.xml
infos/%.xml: ../../../mcs/class/lib/default/%.dll $(CORCOMPARE)/mono-api-info.exe
- $(RUN_MONO) $(CORCOMPARE)/mono-api-info.exe $< > $@ || (rm -f $@ && exit 1)
+ $(RUN_MONO) $(CORCOMPARE)/mono-api-info.exe $(notdir $(basename $<)) > $@ || (rm -f $@ && exit 1)
.PRECIOUS: src/%.xml
src/%.xml: infos/%.xml $(CORCOMPARE)/mono-api-diff.exe
$(RUN_MONO) $(CORCOMPARE)/mono-api-diff.exe masterinfos/$(notdir $<) $< > $@ || (rm -f $@ && exit 1)
-# corlib, corlib...
-infos/mscorlib.xml: ../../../mcs/class/lib/default/mscorlib.dll $(CORCOMPARE)/mono-api-info.exe
- $(RUN_MONO) $(CORCOMPARE)/mono-api-info.exe $(notdir $(basename $<)) > $@ || (rm -f $@ && exit 1)
-
-src/corlib.xml: infos/mscorlib.xml $(CORCOMPARE)/mono-api-diff.exe
- $(RUN_MONO) $(CORCOMPARE)/mono-api-diff.exe masterinfos/mscorlib.xml $< > $@ || (rm -f $@ && exit 1)
-
-# System
-infos/System.xml: ../../../mcs/class/lib/default/System.dll $(CORCOMPARE)/mono-api-info.exe
- $(RUN_MONO) $(CORCOMPARE)/mono-api-info.exe $(notdir $(basename $<)) > $@ || (rm -f $@ && exit 1)
-
-src/System.xml: infos/System.xml $(CORCOMPARE)/mono-api-diff.exe
- $(RUN_MONO) $(CORCOMPARE)/mono-api-diff.exe masterinfos/System.xml $< > $@ || (rm -f $@ && exit 1)
-
-# System.Xml
-infos/System.Xml.xml: ../../../mcs/class/lib/default/System.Xml.dll $(CORCOMPARE)/mono-api-info.exe
- $(RUN_MONO) $(CORCOMPARE)/mono-api-info.exe $(notdir $(basename $<)) > $@ || (rm -f $@ && exit 1)
-
-src/System.Xml.xml: infos/System.Xml.xml $(CORCOMPARE)/mono-api-diff.exe
- $(RUN_MONO) $(CORCOMPARE)/mono-api-diff.exe masterinfos/System.Xml.xml $< > $@ || (rm -f $@ && exit 1)
-
-src/System.DirectoryServices.xml: infos/System.DirectoryServices.xml $(CORCOMPARE)/mono-api-diff.exe
- $(RUN_MONO) $(CORCOMPARE)/mono-api-diff.exe masterinfos/System.DirectoryServices.xml $< > $@ || (rm -f $@ && exit 1)
-
../class-status: ../class-status.in
cp -f $< $@