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:
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/docs
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/docs')
-rw-r--r--mcs/docs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/docs/Makefile b/mcs/docs/Makefile
index 1a3ed440ac8..fba00578db9 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -38,7 +38,9 @@ MONODOC_SOURCES_INSTALL_FILES = \
CLEAN_FILES += $(ASSEMBLED_DOCS)
+ifeq (net_2_0, $(PROFILE))
all-local: build-documentation
+endif
all-local test-local run-test-local run-test-ondotnet-local doc-update: