From a04a1e82172c6a38585d45b394be95de4a96e641 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 25 Mar 2019 18:25:52 +0200 Subject: 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 Tested-by: Tor Lillqvist --- ios/CustomTarget_iOS_setup.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios') 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. -- cgit