373128a5b3
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>
16 lines
521 B
Makefile
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 $< $@
|