summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-11-22 15:41:01 +0100
committerStephane Delcroix <stephane@delcroix.org>2016-11-22 15:41:01 +0100
commit9d831bbac2e6ccca369342823f50113802067ec4 (patch)
treeb65395fa12050834164cb3013bc0556f104e1f2e /Makefile
parent23fd0b63950864c30e01465b0e1adfc2fd35c700 (diff)
downloadxamarin-forms-9d831bbac2e6ccca369342823f50113802067ec4.tar.gz
xamarin-forms-9d831bbac2e6ccca369342823f50113802067ec4.tar.bz2
xamarin-forms-9d831bbac2e6ccca369342823f50113802067ec4.zip
fix mdoc path in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f7d1dde9..36088cb2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,7 @@ XAML=Xamarin.Forms.Xaml
XAMLASSEMBLY=$(XAML)/bin/Release/$(XAML).dll
MAPS=Xamarin.Forms.Maps
MAPSASSEMBLY=$(MAPS)/bin/Release/$(MAPS).dll
-# MDOC=/Library/Frameworks/Mono.framework/Versions/2.10.12/bin/mdoc
-MDOC=mdoc
+MDOC=mono tools/mdoc/mdoc.exe
docs: $(CORE).docs $(MAPS).docs $(XAML).docs