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:
authorJeremie Laval <jeremie.laval@gmail.com>2012-04-05 16:41:36 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-04-05 16:42:09 +0400
commitc5c5ac4924ea22726882a691d580d9416adc3ba9 (patch)
treeb71629563c53502a6c9c2314a7a1566eb71b49a5 /Makefile
parent7f891e008eb2ee2ba5b9d9ce375d0cd3e8ccf9da (diff)
[macdoc] Temporary Makefile change to workaround a wrench problem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e6f3559..76e2ec3 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ appledocwizard: monostub
cp monostub $(APPLEDOCWIZARD_APP)/Contents/MacOS/AppleDocWizard
rm -f $(APPLEDOCWIZARD_APP)/AppleDocWizard
rm -f $(APPLEDOCWIZARD_APP)/Contents/MacOS/mono-version-check
+ if test ! -e $(APPLEDOCWIZARD_APP)/Contents/Resources/MonoMac.dll; then cp $(MONO_MAC_DLL)* $(APPLEDOCWIZARD_APP)/Contents/Resources/MonoMac.dll; fi;
macdoc: appledocwizard monostub monomac
rm -Rf $(MACDOC_APP)