Revert "Make monodoc 4.5 only it has no 4.0 specific api". It's intentional that...
authorJérémie Laval <jeremie.laval@gmail.com>
Wed, 16 Jan 2013 22:13:14 +0000 (22:13 +0000)
committerJérémie Laval <jeremie.laval@gmail.com>
Wed, 16 Jan 2013 22:13:14 +0000 (22:13 +0000)
Some project (namely MonoDevelop) depends on a 4.0 monodoc.dll version.

This reverts commit 3fa0abaca8deb2609c104888df8039f021d7a4cd.

mcs/class/Makefile

index 662ba8fd67ca8c039c3820252fd715f9d1283fcd..03d27e379097f809b38db55574267c719286ea9f 100644 (file)
@@ -237,7 +237,8 @@ net_4_0_dirs := \
        WebMatrix.Data \
        System.Data.Services.Client     \
        System.Data.Services \
-       System.Json.Microsoft
+       System.Json.Microsoft \
+       monodoc
        
 net_4_0_only_dirs := \
        System.ComponentModel.Composition
@@ -256,8 +257,7 @@ net_4_5_dirs := \
        System.Web.Http.SelfHost \
        EntityFramework \
        EntityFramework.SqlServer       \
-       Mono.CodeContracts \
-       monodoc
+       Mono.CodeContracts
 
 net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) aot-compiler
 moonlight_raw_SUBDIRS := $(moonlight_raw_dirs)