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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-01-20 03:18:11 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-01-20 03:18:11 +0300
commit8b3bc45a56263044a6a470e7dad68aa1e91b2c1b (patch)
treee3e315f5e2dd569f808931b349867f9139e94dc1 /docbrowser
parent8f320b9f1dd1103b0d20e2fc1fcf86f411380e8f (diff)
Fixify
svn path=/trunk/mono-tools/; revision=149866
Diffstat (limited to 'docbrowser')
-rw-r--r--docbrowser/macbuild/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbrowser/macbuild/Makefile b/docbrowser/macbuild/Makefile
index 60600d40..b88db9f0 100644
--- a/docbrowser/macbuild/Makefile
+++ b/docbrowser/macbuild/Makefile
@@ -31,10 +31,10 @@ Options.cs:
MAC_APP_DIR=MonoDoc.app
APP_MACOS="$(MAC_APP_DIR)/Contents/MacOS/"
-MonoDoc.app: browser.exe Info.plist monodoc monodoc-assemblies-for-osx/* monodoc.icns
+MonoDoc.app: browser.exe Info.plist monodoc $(gtkhtml_dll) $(gtkhtml_dll).config $(gtkhtml_native) monodoc.icns
mkdir -p $(MAC_APP_DIR)/Contents/{MacOS,Resources}
cp $(gtkhtml_dll) $(gtkhtml_dll).config $(gtkhtml_native) browser.exe $(MAC_APP_DIR)/Contents/MacOS/
- cp monodoc$(MAC_APP_DIR)/Contents/MacOS/monodoc
+ cp monodoc $(MAC_APP_DIR)/Contents/MacOS/monodoc
chmod +x $(MAC_APP_DIR)/Contents/MacOS/monodoc
cp Info.plist $(MAC_APP_DIR)/Contents/
cp monodoc.icns $(MAC_APP_DIR)/Contents/Resources