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/docs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-04-25 02:38:55 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-04-25 02:38:55 +0400
commit80f717c4ca7eaf540240c2400e7c98b0c1631cb1 (patch)
treee62132a854513bacebee3232c129e8a0cddb4c16 /docs
parentdb8116754634a1a90ee723acaea36bfaddf1c84e (diff)
Without this I am unable to install
svn path=/trunk/mono/; revision=132637
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index d8f2b26c138..44bed21a9ab 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -101,5 +101,5 @@ $(srcdir)/deploy/.stamp: convert.exe Makefile.am
extract: $(srcdir)/deploy/.stamp
convert.exe: convert.cs AgilityPack.dll
- cd $(srcdir) && $(MAKE) -f docs.make topdir=$(mcs_topdir_from_srcdir) convert.exe
+ cd $(srcdir) && $(MAKE) PROFILE=net_1_1 -f docs.make topdir=$(mcs_topdir_from_srcdir) convert.exe