enventor - specify the file lists those are included.

now make distcheck could be finished successfully.
This commit is contained in:
ChunEon Park 2013-11-09 15:26:56 +09:00
parent 85e63bf317
commit 61c8e00df6
6 changed files with 78 additions and 2 deletions

View File

@ -95,6 +95,7 @@ data/icon/Makefile
data/images/Makefile
data/themes/Makefile
data/themes/default/Makefile
data/themes/default/images/Makefile
data/.proto/Makefile
])

View File

@ -2,3 +2,5 @@ MAINTAINERCLEANFILES = Makefile.in
filesdir = $(datadir)/$(PACKAGE)/.proto
files_DATA = proto.edc
EXTRA_DIST = $(files_DATA)

View File

@ -2,3 +2,5 @@ MAINTAINERCLEANFILES = Makefile.in
filesdir = $(datadir)/$(PACKAGE)/images
files_DATA = logo.png
EXTRA_DIST = $(files_DATA)

View File

@ -1,12 +1,19 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = images
EDJE_CC = @edje_cc@
EDJE_FLAGS = -id $(top_srcdir)/data/themes/default/images
filesdir = $(datadir)/$(PACKAGE)/themes
files_DATA = enventor.edj
EXTRA_DIST = enventor.edc
EXTRA_DIST = enventor.edc \
content.edc \
images.edc \
layout.edc \
menu.edc \
theme_ext.edc
enventor.edj: Makefile $(EXTRA_DIST)
$(EDJE_CC) $(EDJE_FLAGS) \

View File

@ -0,0 +1,58 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
arrow_down.png \
arrow_left.png \
arrow_right.png \
arrow_up.png \
bevel_in.png \
bevel_out.png \
bg_glow_in.png \
bt_base1.png \
bt_base2.png \
bt_dis_base.png \
bt_dis_hilight.png \
bt_glow.png \
bt_hilight.png \
bt_shine.png \
bt_sm_base2.png \
bt_sm_hilight.png \
bt_sm_shine.png \
bub_over_bot.png \
fileselect.png \
folder.png \
glow_small.png \
holes_tiny_glow_horiz.png \
holes_tiny_glow_vert.png \
holes_tiny_horiz.png \
holes_tiny_vert.png \
holes_vert.png \
horizontal_separated_bar_small_glow.png \
inset_shadow.png \
logo.png \
menu_layout.png \
minus.png \
part_highlight.png \
plus.png \
preference.png \
runner_glow_horiz.png \
runner_glow_vert.png \
runner_horiz.png \
runner_vert.png \
sb_runnerh.png \
sb_runnerv.png \
setting_icon.png \
shadow_square_tiny.png \
shine.png \
sl_bt2_2.png \
swallow.png \
sym_down_glow_normal.png \
sym_down_light_normal.png \
sym_left_glow_normal.png \
sym_left_light_normal.png \
sym_right_glow_normal.png \
sym_right_light_normal.png \
sym_up_glow_normal.png \
sym_up_light_normal.png \
vgrad_med_lighter.png \
warning.png \
white_bar_vert_glow.png

View File

@ -10,4 +10,10 @@ EXTRA_DIST = common.h \
panes.h \
statusbar.h \
edj_mgr.h \
syntax_color.h
syntax_color.h \
build.h \
ctxpopup.h \
globals.h \
indent.h \
syntax_helper.h \
template_code.h