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 18:08:06 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-04-05 18:08:06 +0400
commit171cb1ddd25ef32b4cd2122d73a257859ab42796 (patch)
tree497965df48da8cd03b8e621d1d6105feab1b4622 /Makefile
parent31f107c61846b28d6693c314a747ddea95b24d6a (diff)
[macdoc] Fix cp command line
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d59b396..7f549ac 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ appledocwizard: monomac 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;
+ if test ! -e $(APPLEDOCWIZARD_APP)/Contents/Resources/MonoMac.dll; then cp $(MONO_MAC_DLL)* $(APPLEDOCWIZARD_APP)/Contents/Resources/; fi;
macdoc: monomac appledocwizard monostub
rm -Rf $(MACDOC_APP)