aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorColin Snover2018-03-25 16:54:43 -0500
committerEugene Sandulenko2018-08-28 15:52:23 +0200
commit9686d8c8e6c729f37b2842502fce5b6be18b0acf (patch)
tree0f4842775be80c681a9ca73a525fa28219f46aaa /ports.mk
parent27d9cd32812c32950098eb062cd9422db94b286c (diff)
downloadscummvm-rg350-9686d8c8e6c729f37b2842502fce5b6be18b0acf.tar.gz
scummvm-rg350-9686d8c8e6c729f37b2842502fce5b6be18b0acf.tar.bz2
scummvm-rg350-9686d8c8e6c729f37b2842502fce5b6be18b0acf.zip
MACOSX: Put documentation links in Help menu
The local documents are not currently internationalised simply because the internationalised resources are not put into the right places (NSBundle will handle this automatically when they are); Trac#10464 is a tracking bug for this outstanding issue. Fixes Trac#10437.
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports.mk b/ports.mk
index 5f34031f20..0091b7f303 100644
--- a/ports.mk
+++ b/ports.mk
@@ -111,7 +111,7 @@ ifdef USE_SPARKLE
cp -R $(SPARKLEPATH)/Sparkle.framework $(bundle_name)/Contents/Frameworks/
endif
cp $(srcdir)/icons/scummvm.icns $(bundle_name)/Contents/Resources/
- cp $(DIST_FILES_DOCS) $(bundle_name)/
+ cp $(DIST_FILES_DOCS) $(bundle_name)/Contents/Resources/
cp $(DIST_FILES_THEMES) $(bundle_name)/Contents/Resources/
ifdef DIST_FILES_NETWORKING
cp $(DIST_FILES_NETWORKING) $(bundle_name)/Contents/Resources/
@@ -119,7 +119,8 @@ endif
ifdef DIST_FILES_ENGINEDATA
cp $(DIST_FILES_ENGINEDATA) $(bundle_name)/Contents/Resources/
endif
- $(srcdir)/devtools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf
+ $(srcdir)/devtools/credits.pl --rtf > $(bundle_name)/Contents/Resources/AUTHORS.rtf
+ rm $(bundle_name)/Contents/Resources/AUTHORS
chmod 644 $(bundle_name)/Contents/Resources/*
cp scummvm-static $(bundle_name)/Contents/MacOS/scummvm
chmod 755 $(bundle_name)/Contents/MacOS/scummvm