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-03 19:04:41 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-04-03 19:04:41 +0400
commit247b9fb76eec25c81a9884f037c52e10b4ea8b7b (patch)
treea0cb66bf93d75f09abc4b7a591b6966cc246c239 /Makefile
parent1f604f0ff416ac8e2190fd54d9eac206f7cec6e4 (diff)
[macdoc] Copy the .app itself and not its immediate content
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0fe884..250f167 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC = gcc
MDTOOL = /Applications/MonoDevelop.app/Contents/MacOS/mdtool
MDTOOL_BUILD = $(MDTOOL) build
MONO_MAC_DLL = ../../src/MonoMac.dll
-APPLEDOCWIZARD_APP = AppleDocWizard/bin/Debug/AppleDocWizard.app/
+APPLEDOCWIZARD_APP = AppleDocWizard/bin/Debug/AppleDocWizard.app
MACDOC_APP = bin/Debug/macdoc.app
MONODOC_APP = $(dir $(MACDOC_APP))/MonoDoc.app
MONODOC_ARCHIVE = MonoDoc.tar.bz2