Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Mak <duncan@a-chinaman.com>2012-07-27 20:13:33 +0400
committerDuncan Mak <duncan@a-chinaman.com>2012-07-27 20:13:33 +0400
commit6997ff5bfb5b0b5d8d0e8b6faaa494cf212d5c60 (patch)
tree6747f3cec1fa4814f10a7c05b3d4db4492c4f022
parentead49f236da8c0d637664447b564e37986373350 (diff)
[MacDoc] Echo $MDTOOL_BUILD in the right place.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f34b740..f562218 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ all: monomac macdoc monodoc
monomac: $(MONO_MAC_DLL)
macdoc: monomac
+ @echo "MDTOOL_BUILD: " $(MDTOOL_BUILD)
rm -Rf $(MACDOC_APP)
$(MDTOOL_BUILD)