hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=8e2725786e58aaf20900f3a0b8eeeca4b57f4c3d
commit 8e2725786e58aaf20900f3a0b8eeeca4b57f4c3d Author: ChunEon Park <[email protected]> Date: Sun Mar 1 19:01:01 2015 +0900 confirm make distcheck. --- data/color/Makefile.am | 3 ++- data/themes/default/images/Makefile.am | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/data/color/Makefile.am b/data/color/Makefile.am index d1d438a..baa1d36 100644 --- a/data/color/Makefile.am +++ b/data/color/Makefile.am @@ -3,7 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in EET_EET = @eet_eet@ EXTRA_DIST = \ -color.src +color.src \ +syntax_template.dat filesdir = $(datadir)/$(PACKAGE)/color files_DATA = \ diff --git a/data/themes/default/images/Makefile.am b/data/themes/default/images/Makefile.am index ce839d7..29561b6 100644 --- a/data/themes/default/images/Makefile.am +++ b/data/themes/default/images/Makefile.am @@ -21,9 +21,7 @@ EXTRA_DIST = \ inset_shadow.png \ logo.png \ frame_bg.png \ - minus.png \ part_highlight.png \ - plus.png \ preference.png \ runner_glow_horiz.png \ runner_glow_vert.png \ --
