diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-25 18:25:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-09-16 14:47:37 +0200 |
commit | a04a1e82172c6a38585d45b394be95de4a96e641 (patch) | |
tree | 7b9072ddf693377c208e50ad9209b941a977b57e /ios | |
parent | 4659671f3c696a27139a4df98dc0894548169ace (diff) |
Just include all fonts from instdir/share/fonts in the iOS app
Change-Id: I7c98fb1cbf6523e39111c774a5ef3af20bba73b6
Reviewed-on: https://gerrit.libreoffice.org/79002
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index 3ae6bd9c20d1..e9db39d478bc 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -66,7 +66,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share mkdir -p $(IOSRES)/share/fonts/truetype - cp $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype + 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. |