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:
authorJonathan Pryor <jpryor@novell.com>2008-11-02 23:42:23 +0300
committerJonathan Pryor <jpryor@novell.com>2008-11-02 23:42:23 +0300
commitd92b82e6fd45975a4d13f6abb46f649f5ae8333f (patch)
treeb38b04a455cdbb66e311a65785186c11b69e959d /mcs/docs
parentabdb24c28ae174a9282af0512491ad90f7bb6766 (diff)
* docs/Makefile (MONO_DIRS): Add Mono.Simd.
svn path=/trunk/mcs/; revision=117665
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 40239fd46f1..ba2ad38c9bb 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -85,7 +85,8 @@ MONO_DIRS = \
$(topdir)/class/Mono.Options/Documentation/en \
$(topdir)/class/Mono.Posix/Documentation/en \
$(topdir)/class/Mono.Security.Win32/Documentation/en \
- $(topdir)/class/Mono.Security/Documentation/en
+ $(topdir)/class/Mono.Security/Documentation/en \
+ $(topdir)/class/Mono.Simd/Documentation/en
NOVELL_DIRS = \
$(topdir)/class/Novell.Directory.Ldap/Documentation/en