diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-20 23:42:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-03-20 23:46:41 +0200 |
commit | 6edbf6015e13a6932fb39db5ad62f34daf96f917 (patch) | |
tree | 8fca3cc2d4b23b187ef9736d13fa83b8346906cd /ios | |
parent | 122839ea51b3e8ec54d97d43bdbf616db00ae9cd (diff) |
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
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index faf8d25bf629..89f8e340f44d 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -68,6 +68,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 $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype cp $(SRCDIR)/ios/welcome.odt $(IOSRES) |