diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-25 19:07:59 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-03-25 19:07:59 +0200 |
commit | fd2f43e05bd065ca9f7878ad715bf0f8afa23f3c (patch) | |
tree | 58d8b17f5e16aec0e8c32df5acec6d4cbc91e05f /ios | |
parent | 9eb111333b7440fd166057a1c62840187aaf35a8 (diff) |
Just include all fonts from instdir/share/fonts in the iOS app
That is apparently what we want.
Change-Id: I900c26873de02495cac7918b0c453f4fdcb6c3e6
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index 89f8e340f44d..c06a1241853d 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -69,8 +69,8 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share cp -R $(INSTDIR)/share/theme_definitions $(IOSRES)/share cp -R $(INSTDIR)/share/template $(IOSRES)/share - mkdir -p $(IOSRES)/share/fonts/truetype - cp $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype + mkdir -p $(IOSRES)/share/fonts + cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts cp $(SRCDIR)/ios/welcome.odt $(IOSRES) # Set up rc (the "inifile", fundamentalrc, unorc, bootstraprc and versionrc. |