ios/CustomTarget_iOS_setup.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6fcf55e293537adb1a1a099305dc4a8943cbbe72
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Tue Nov 27 15:04:35 2018 +0200
Commit:     Tor Lillqvist <[email protected]>
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.
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to