瀏覽代碼

2002-10-17 Daniel Morgan <[email protected]>

	* doc/web/makefile
	* doc/web/commands:	web page
	postgresql needed to be added

svn path=/trunk/mono/; revision=8350
Daniel Morgan 23 年之前
父節點
當前提交
fccc5fc44a
共有 5 個文件被更改,包括 10 次插入0 次删除
  1. 6 0
      ChangeLog
  2. 1 0
      doc/web/commands
  3. 1 0
      doc/web/makefile
  4. 1 0
      web/web/commands
  5. 1 0
      web/web/makefile

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2002-10-17  Daniel Morgan <[email protected]>
+
+	* doc/web/makefile
+	* doc/web/commands:	web page 
+	postgresql needed to be added
+
 2002-10-13  Mark Crichton <[email protected]>
 
 	* doc/index: Even more spelling errors fixed.

+ 1 - 0
doc/web/commands

@@ -32,6 +32,7 @@
 1,HOWTO,mono-contribution-howto.html,mono-contribution-howto.src
 0,Plans,plans.html,plans.src
 1,ADO.NET,ado-net.html,ado-net.src
+2,PostgreSQL Provider,postgresql.html,postgres.src
 1,ASP.NET,asp-net.html,asp-net.src
 1,Java,java.html,java.src
 1,Windows.Forms,winforms.html,winforms.src

+ 1 - 0
doc/web/makefile

@@ -5,6 +5,7 @@ CORCOMPARE=../../../mcs/tools/corcompare
 
 OBJECTS=	\
 	deploy/ado-net.html					\
+		deploy/postgresql.html			\
 	deploy/anoncvs.html					\
 	deploy/asp-net.html					\
 	deploy/books.html					\

+ 1 - 0
web/web/commands

@@ -32,6 +32,7 @@
 1,HOWTO,mono-contribution-howto.html,mono-contribution-howto.src
 0,Plans,plans.html,plans.src
 1,ADO.NET,ado-net.html,ado-net.src
+2,PostgreSQL Provider,postgresql.html,postgres.src
 1,ASP.NET,asp-net.html,asp-net.src
 1,Java,java.html,java.src
 1,Windows.Forms,winforms.html,winforms.src

+ 1 - 0
web/web/makefile

@@ -5,6 +5,7 @@ CORCOMPARE=../../../mcs/tools/corcompare
 
 OBJECTS=	\
 	deploy/ado-net.html					\
+		deploy/postgresql.html			\
 	deploy/anoncvs.html					\
 	deploy/asp-net.html					\
 	deploy/books.html					\