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/mcs/docs
diff options
context:
space:
mode:
authorJérémie Laval <jeremie.laval@gmail.com>2011-01-10 17:06:54 +0300
committerJérémie Laval <jeremie.laval@gmail.com>2011-01-13 18:38:41 +0300
commit10d26a8ad821c38d91d37980674e200192da541a (patch)
treef71534331b2a1299831cc47f30879a9a86126059 /mcs/docs
parent32bd1f9b700e54b5300c2cb7837ba6c4cf077192 (diff)
Add Mono.Parallel documentation to global documentation compilation step
Diffstat (limited to 'mcs/docs')
-rw-r--r--mcs/docs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/docs/Makefile b/mcs/docs/Makefile
index 0c808b31972..3b9e5f6e639 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -96,7 +96,8 @@ MONO_DIRS = \
$(classdir)/Mono.Simd/$(doc_en) \
$(classdir)/Mono.CSharp/$(doc_en) \
$(classdir)/Npgsql/$(doc_en) \
- $(classdir)/Mono.Debugger.Soft/$(doc_en)
+ $(classdir)/Mono.Debugger.Soft/$(doc_en) \
+ $(classdir)/Mono.Parallel/$(doc_en)
NOVELL_DIRS = \
$(topdir)/class/Novell.Directory.Ldap/Documentation/en