summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mac
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-10-03 08:11:21 -0400
committerNeil Moore <neil@s-z.org>2013-10-03 08:14:22 -0400
commit2dca142417c7838dd09c71aa12c63302fa0c7db3 (patch)
treeedfb617700d02922b8b8b2531137f4823124d0f9 /crawl-ref/source/mac
parenta60315f1faf71ed0a8569d0e9106311786d7ea2c (diff)
downloadcrawl-ref-2dca142417c7838dd09c71aa12c63302fa0c7db3.tar.gz
crawl-ref-2dca142417c7838dd09c71aa12c63302fa0c7db3.zip
Include the font in Mac bundles (frogor)
Diffstat (limited to 'crawl-ref/source/mac')
-rw-r--r--crawl-ref/source/mac/Makefile.app-bundle5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/mac/Makefile.app-bundle b/crawl-ref/source/mac/Makefile.app-bundle
index 3748714532..fff76edfe1 100644
--- a/crawl-ref/source/mac/Makefile.app-bundle
+++ b/crawl-ref/source/mac/Makefile.app-bundle
@@ -71,7 +71,7 @@ zip-app-bundle:
create-bundle-directory: $(BUNDLE_DIRNAME)
$(BUNDLE_DIRNAME):
- mkdir -p "$@"/Contents/{MacOS,Resources}
+ mkdir -p "$@"/Contents/{MacOS/contrib,Resources}
# The console Crawl bundle has a shell script launcher that uses the
# real executable from Contents/Resources, so an extra copy for the wrapper+
@@ -83,6 +83,9 @@ ifndef TILE_APP
endif
copy-resources:
+ifdef TILE_APP
+ cp -r $(CRAWL_SRC)/contrib/fonts $(BUNDLE_DIRNAME)/Contents/MacOS/contrib
+endif
cp $(CRAWL_SRC)/mac/Crawl.icns $(RESOURCES)
cp -r $(CRAWL_BASE)/settings $(RESOURCES)
cp -r $(CRAWL_SRC)/dat $(RESOURCES)