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:
authorGert Driesen <drieseng@users.sourceforge.net>2004-06-11 17:08:35 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2004-06-11 17:08:35 +0400
commit13cf3092ffcda313f7cbfb1d97da8bcd0d5e9af0 (patch)
treec7a95a25b0238681f9be8f4f188d56dcdbf1d5f2 /web
parenta4b1fa50235c9f213fdaa0e5ad8d26580af4188a (diff)
* Makefile: also delete System.Design.xml and System.Drawing.Design
assembly in clean target svn path=/trunk/mono/; revision=29342
Diffstat (limited to 'web')
-rw-r--r--web/web/masterinfos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web/masterinfos/Makefile b/web/web/masterinfos/Makefile
index 69ce6d037bd..73f0b96341b 100644
--- a/web/web/masterinfos/Makefile
+++ b/web/web/masterinfos/Makefile
@@ -91,6 +91,6 @@ Microsoft.VisualBasic.xml :
mono-api-info $(DLL_PATH)/Microsoft.VisualBasic.dll > Microsoft.VisualBasic.xml
clean:
- rm mscorlib.xml System.xml System.Xml.xml System.Configuration.Install.xml System.Data.xml System.Data.OracleClient.xml System.Management.xml System.Messaging.xml System.Web.xml System.Web.Services.xml System.Runtime.Serialization.Formatters.Soap.xml System.Drawing.xml System.Security.xml System.DirectoryServices.xml System.EnterpriseServices.xml System.Runtime.Remoting.xml System.Windows.Forms.xml Cscompmgd.xml Microsoft.VisualBasic.xml
+ rm mscorlib.xml System.xml System.Xml.xml System.Configuration.Install.xml System.Data.xml System.Data.OracleClient.xml System.Design.xml System.Drawing.Design.xml System.Management.xml System.Messaging.xml System.Web.xml System.Web.Services.xml System.Runtime.Serialization.Formatters.Soap.xml System.Drawing.xml System.Security.xml System.DirectoryServices.xml System.EnterpriseServices.xml System.Runtime.Remoting.xml System.Windows.Forms.xml Cscompmgd.xml Microsoft.VisualBasic.xml