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
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2008-10-17 23:13:04 +0400
committerRaja R Harinath <harinath@hurrynot.org>2008-10-17 23:13:04 +0400
commit2d557adc183ed6160d0b56847629e5b2d80abde4 (patch)
tree4de8015319ba5660cdf8891aae6bc3a143ca012b /mcs/ChangeLog
parentf2fc15c09249c5fb93f98c5010dbc56a91dc8afb (diff)
A few fixes for monodoc
* Makefile (net_2_0_SUBDIRS): Add 'docs'. * docs/Makefile: Build documentation only in the net_2_0 profile. * build/rules.make (MDOC): Pass a proper MONO_PATH. * tools/mdoc/Makefile (MCS1): Use 'class/lib/net_1_1', not 'class/lib/1.0'. svn path=/trunk/mcs/; revision=116292
Diffstat (limited to 'mcs/ChangeLog')
-rw-r--r--mcs/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/ChangeLog b/mcs/ChangeLog
index 9d7f9effd3a..a4e64844dcc 100644
--- a/mcs/ChangeLog
+++ b/mcs/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-18 Raja R Harinath <harinath@hurrynot.org>
+
+ * Makefile (net_2_0_SUBDIRS): Add 'docs'.
+ * docs/Makefile: Build documentation only in the net_2_0 profile.
+
2008-10-17 Jonathan Pryor <jpryor@novell.com>
* docs/Makefile: Add install/uninstall support.