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:
authorZoltan Varga <vargaz@gmail.com>2010-06-05 23:04:17 +0400
committerZoltan Varga <vargaz@gmail.com>2010-06-05 23:04:17 +0400
commitcb1b4d1db0294f0cdef6f10774e0e3cb1289f37a (patch)
treefab0f0d882ee0cdd54a5fef921a0323faf9a2cab /mcs/docs
parentda16f817347bcb8d6b886f82bb05acb583af6898 (diff)
2010-06-05 Zoltan Varga <vargaz@gmail.com>
* docs/Makefile (MONO_DIRS): Add Mono.Debugger.Soft. svn path=/branches/mono-2-6/mcs/; revision=158546
Diffstat (limited to 'mcs/docs')
-rw-r--r--mcs/docs/ChangeLog4
-rw-r--r--mcs/docs/Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/mcs/docs/ChangeLog b/mcs/docs/ChangeLog
new file mode 100644
index 00000000000..8e178c24d5f
--- /dev/null
+++ b/mcs/docs/ChangeLog
@@ -0,0 +1,4 @@
+2010-06-05 Zoltan Varga <vargaz@gmail.com>
+
+ * Makefile (MONO_DIRS): Add Mono.Debugger.Soft.
+
diff --git a/mcs/docs/Makefile b/mcs/docs/Makefile
index e15856484c7..67df696f1b0 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -97,7 +97,8 @@ MONO_DIRS = \
$(classdir)/Mono.Security/$(doc_en) \
$(classdir)/Mono.Simd/$(doc_en) \
$(classdir)/Npgsql/$(doc_en) \
- $(topdir)/tools/csharplib/en
+ $(topdir)/tools/csharplib/en \
+ $(classdir)/Mono.Debugger.Soft/$(doc_en)
NOVELL_DIRS = \
$(topdir)/class/Novell.Directory.Ldap/Documentation/en