summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-20 23:42:16 +0200
committerTor Lillqvist <tml@collabora.com>2019-09-16 15:08:50 +0200
commit786a75c826c2e97debdaad35b25b44c7cc407bd4 (patch)
tree17903718a92de431042733a050b50444dd6127e7 /ios
parentWe need share/theme_definitions in the iOS app (diff)
downloadcore-786a75c826c2e97debdaad35b25b44c7cc407bd4.tar.gz
core-786a75c826c2e97debdaad35b25b44c7cc407bd4.zip
tdf#124168: The share/template folder is needed in the iOS app
Otherwise we get a warning dialog about a missing internal/idxexample.odt when inserting a table of contents. Change-Id: Id30be100906ea3292b9acd9e983ef7ae39ef63a2 Reviewed-on: https://gerrit.libreoffice.org/79005 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.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 5408f4023c0b..f70f0ca78260 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -66,6 +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
cp -R $(INSTDIR)/share/theme_definitions $(IOSRES)/share
+ cp -R $(INSTDIR)/share/template $(IOSRES)/share
mkdir -p $(IOSRES)/share/fonts/truetype
cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
cp $(SRCDIR)/ios/welcome.odt $(IOSRES)