hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=06b5fc387e0f05eecfb82c36caf16f89c591f33a
commit 06b5fc387e0f05eecfb82c36caf16f89c591f33a Author: Hermet Park <[email protected]> Date: Thu Jul 7 10:59:38 2016 +0900 template: rename watchface_rect to watchface2 --- data/templates/Makefile.am | 8 ++++---- data/templates/{watchface_rect.edc => watchface2.edc} | 0 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/templates/Makefile.am b/data/templates/Makefile.am index 1e2f44f..03213ae 100644 --- a/data/templates/Makefile.am +++ b/data/templates/Makefile.am @@ -36,8 +36,8 @@ files_DATA = basic.edc \ tween.edj \ watchface.edc \ watchface.edj \ - watchface_rect.edc \ - watchface_rect.edj + watchface2.edc \ + watchface2.edj EXTRA_DIST = $(files_DATA) @@ -92,8 +92,8 @@ sound.edj: Makefile sound.edc watchface.edj: Makefile watchface.edc $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/watchface.edc $(builddir)/watchface.edj -watchface_rect.edj: Makefile watchface_rect.edc - $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/watchface_rect.edc $(builddir)/watchface_rect.edj +watchface2.edj: Makefile watchface2.edc + $(EDJE_CC) $(EDJE_FLAGS) $(srcdir)/watchface2.edc $(builddir)/watchface2.edj clean-local: rm -f *.edj diff --git a/data/templates/watchface_rect.edc b/data/templates/watchface2.edc similarity index 100% rename from data/templates/watchface_rect.edc rename to data/templates/watchface2.edc --
