2b13c69d75
This way, it is more naturally visible what is the actuall app (with the initial recent documents / file picker) and the editing part. Change-Id: Ia764f2900939e980f703e3da9f9abd6c0aee7cbb
12 lines
388 B
Makefile
12 lines
388 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.odg \
|
|
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 $< $@
|