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 22:42:41 +0400
committerZoltan Varga <vargaz@gmail.com>2010-06-05 22:42:41 +0400
commite6b6e35669bbf2f1c9311006973cb0abb27e5cb6 (patch)
tree7dc59c4f719588d4269827d528c566a7e7867f78 /mcs/docs
parent5e77341c17e98672c44eef805f7186e204842371 (diff)
2010-06-05 Zoltan Varga <vargaz@gmail.com>
* docs/Makefile (MONO_DIRS): Add Mono.Debugger.Soft. svn path=/trunk/mcs/; revision=158541
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 67c65b30d3e..869c8d95e6f 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -96,7 +96,8 @@ MONO_DIRS = \
$(classdir)/Mono.Security/$(doc_en) \
$(classdir)/Mono.Simd/$(doc_en) \
$(classdir)/Mono.CSharp/$(doc_en) \
- $(classdir)/Npgsql/$(doc_en)
+ $(classdir)/Npgsql/$(doc_en) \
+ $(classdir)/Mono.Debugger.Soft/$(doc_en)
NOVELL_DIRS = \
$(topdir)/class/Novell.Directory.Ldap/Documentation/en