[Libreoffice-commits] core.git: ios/CustomTarget_iOS_setup.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 27 14:08:15 UTC 2018
ios/CustomTarget_iOS_setup.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 6fcf55e293537adb1a1a099305dc4a8943cbbe72
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Nov 27 15:04:35 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Nov 27 16:07:27 2018 +0200
Prepare to bundle the Liberation fonts with the iOS app
The way the iOS app is built (over in the online repo), any
"resources" to be included need to be copied into the
workdir/CustomTarget/ios folder.
Change-Id: Ibac15b03dc447d6649e03404fe9a68ef3b4881b9
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 539f3856ad5e..59bf0469b13e 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -65,6 +65,8 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
cp -R $(INSTDIR)/share/registry $(IOSRES)
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 $(SRCDIR)/ios/welcome.odt $(IOSRES)
# Set up rc (the "inifile", fundamentalrc, unorc, bootstraprc and versionrc.
More information about the Libreoffice-commits
mailing list