summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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