5ff5cfe894
... because we have no working Draw-equivalent on the online side. Being able to open Draw files (+PDFs) is fine, just don't let them be edited. Currently mentions I've seen are: * shipped untitled.odg, * (+) New Drawing, * when pressing the filter icon on the toolbar, there's a Drawings option. Change-Id: I1936dcee1ad145776ae3b1e0cc1d0a435e3417e2 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88407 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
11 lines
339 B
Makefile
11 lines
339 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/templates/untitled.%: templates/untitled.%
|
|
@mkdir -p $(dir $@)
|
|
@cp -a $< $@
|