summaryrefslogtreecommitdiff
path: root/ios/CustomTarget_MobileLibreOffice_app.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-09 21:44:20 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-09 21:49:42 +0200
commit9f53053edac882a466ee69734665a1d66d52f10b (patch)
tree70b96471ba73e8066a3bb17707e96294929fe176 /ios/CustomTarget_MobileLibreOffice_app.mk
parenta01fabf7052df9b5d3921da4916bba6c05c4d6ac (diff)
Add types.rdb (formerly known as udkapi.rdb) to MobileLibreOffice
Keeping this stuff working is hard. How did I not notice this before? I need to make clean more often I guess. I edited the project.pbxproj file manually as I didn't fully get it how to set up the wanted handling of this file in the Xcode GUI. So I just copied the handling of offapi.rdb in project.pbxproj (with different ids, of course). I really much prefer doing this fully in Makefiles, as in CustomTarget_LibreOffice_app.mk. Change-Id: Ifc4f2481f7a9d1562be6f91714ed38c82cdd5eb0
Diffstat (limited to 'ios/CustomTarget_MobileLibreOffice_app.mk')
-rw-r--r--ios/CustomTarget_MobileLibreOffice_app.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_MobileLibreOffice_app.mk b/ios/CustomTarget_MobileLibreOffice_app.mk
index 27a029cd0926..122b06778b06 100644
--- a/ios/CustomTarget_MobileLibreOffice_app.mk
+++ b/ios/CustomTarget_MobileLibreOffice_app.mk
@@ -57,6 +57,7 @@ MobileLibreOffice_setup:
mkdir -p $(DEST_RESOURCE)/ure
# copy rdb files
+ cp $(INSTDIR)/ure/share/misc/types.rdb $(DEST_RESOURCE)
cp $(INSTDIR)/program/types/offapi.rdb $(DEST_RESOURCE)
cp $(INSTDIR)/program/types/oovbaapi.rdb $(DEST_RESOURCE)
cp $(INSTDIR)/program/services/services.rdb $(DEST_RESOURCE)