Kaydet (Commit) fd2f43e0 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Just include all fonts from instdir/share/fonts in the iOS app

That is apparently what we want.

Change-Id: I900c26873de02495cac7918b0c453f4fdcb6c3e6
üst 9eb11133
......@@ -69,8 +69,8 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
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
mkdir -p $(IOSRES)/share/fonts
cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
cp $(SRCDIR)/ios/welcome.odt $(IOSRES)
# Set up rc (the "inifile", fundamentalrc, unorc, bootstraprc and versionrc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment