libreoffice-online/android/Makefile.am
Michael Meeks 373128a5b3 Install a Kit config that disables complex text options.
These should be re-enabled if your locale looks like it needs them.

Change-Id: I94759349538a7d024797f2b98c35861ccfb71c56
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88767
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-02-18 12:08:19 +01:00

16 lines
521 B
Makefile

clean-local:
rm -rf $(abs_top_srcdir)/android/lib/src/main/assets/*
rm -rf app/build
all-local: lib/src/main/assets/templates/untitled.odp \
lib/src/main/assets/templates/untitled.ods \
lib/src/main/assets/templates/untitled.odt \
lib/src/main/assets/etc/loolwsd/loolkitconfig.xcu
lib/src/main/assets/templates/untitled.%: templates/untitled.%
@mkdir -p $(dir $@)
@cp -a $< $@
lib/src/main/assets/etc/loolwsd/loolkitconfig.xcu: $(top_srcdir)/loolkitconfig-mobile.xcu
@mkdir -p $(dir $@)
@cp -a $< $@