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:
authorMiguel de Icaza <miguel@gnome.org>2010-03-01 01:35:37 +0300
committerMiguel de Icaza <miguel@gnome.org>2010-03-01 01:35:37 +0300
commit0529e1551c685739cb99fe2d21309f6105a092ae (patch)
treef0c8e63c773683dbb66152d4adfef7b4c0f27f7a /mcs/docs
parent8b4772d68946aa3eaef50861bf4c2da73d7bba95 (diff)
2010-02-28 Miguel de Icaza <miguel@novell.com>
* docs/Makefile: install during the 4.0 build now. svn path=/trunk/mcs/; revision=152634
Diffstat (limited to 'mcs/docs')
-rw-r--r--mcs/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/docs/Makefile b/mcs/docs/Makefile
index e08b08c6f4e..d4222208e6a 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -32,7 +32,7 @@ MONODOC_SOURCES_INSTALL_FILES = \
CLEAN_FILES += $(ASSEMBLED_DOCS)
-ifeq (net_2_0, $(PROFILE))
+ifeq (net_4_0, $(PROFILE))
all-local: build-documentation
endif