2010-02-28 Miguel de Icaza <miguel@novell.com>
authorMiguel de Icaza <miguel@gnome.org>
Sun, 28 Feb 2010 22:35:37 +0000 (22:35 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 28 Feb 2010 22:35:37 +0000 (22:35 -0000)
* docs/Makefile: install during the 4.0 build now.

svn path=/trunk/mcs/; revision=152634

mcs/ChangeLog
mcs/docs/Makefile

index 55e74b6d0e3d2001b7e42bdd2cb63754f157dd8f..d491a7648cd649bee25856e52ed3febac5b8ba42 100644 (file)
@@ -1,5 +1,7 @@
 2010-02-28  Miguel de Icaza  <miguel@novell.com>
 
+       * docs/Makefile: install during the 4.0 build now.
+
        * Makefile: Process `docs' now on the 4.0 profile.
 
 2010-01-25  Atsushi Enomoto  <atsushi@ximian.com>
index e08b08c6f4e4491ac36bccb8d2a424411fc0e44f..d4222208e6a75bffda56517bda186888d34a1f46 100644 (file)
@@ -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